Benjamin Arai
2006-Jun-18 23:16 UTC
[Rails] User/Password Management: Mapping items to inidividual users
Is there a good plugin that does per page authentication management? For example, I want to allow users to create pages and share them with specific users, all users, or none at all on a per page basis. Benjamin -- Posted via http://www.ruby-forum.com/.
Anton Aylward
2006-Jun-19 00:31 UTC
[Rails] User/Password Management: Mapping items to inidividual users
I''m working on an extension to RBAC-engine that supports this. Benjamin Arai wrote:> Is there a good plugin that does per page authentication management? > > For example, I want to allow users to create pages and share them with > specific users, all users, or none at all on a per page basis. > > Benjamin >-- Anton Aylward <anton@si.on.ca>
Allen W Kim
2006-Jun-19 01:27 UTC
[Rails] User/Password Management: Mapping items to inidividual users
I second that on the Rails Engine. Check out http://api.rails-engines.org/user_engine/ This one has RBAC functionality. On 6/18/06, Anton Aylward <anton.aylward@rogers.com> wrote:> > I''m working on an extension to RBAC-engine that supports this. > > Benjamin Arai wrote: > > Is there a good plugin that does per page authentication management? > > > > For example, I want to allow users to create pages and share them with > > specific users, all users, or none at all on a per page basis. > > > > Benjamin > > > > -- > Anton Aylward <anton@si.on.ca> > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060619/26b1d137/attachment.html
James Adam
2006-Jun-19 04:22 UTC
[Rails] User/Password Management: Mapping items to inidividual users
In it''s current form, the user engine won''t support this behaviour. The user engine restricts access on a per-controller/action basis, but you want to control access on a per-object basis. Rather than twisting something pre-existing to suit this, you might be better developing a solution from scratch, and then seeing if you can extract the access control. james On 6/18/06, Allen W Kim <allenwkim@gmail.com> wrote:> I second that on the Rails Engine. Check out > http://api.rails-engines.org/user_engine/ > > This one has RBAC functionality. > > > On 6/18/06, Anton Aylward <anton.aylward@rogers.com> wrote: > > I''m working on an extension to RBAC-engine that supports this. > > > > Benjamin Arai wrote: > > > Is there a good plugin that does per page authentication management? > > > > > > For example, I want to allow users to create pages and share them with > > > specific users, all users, or none at all on a per page basis. > > > > > > Benjamin > > > > > > > -- > > Anton Aylward <anton@si.on.ca> > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- * J * ~
Robert Mela
2006-Aug-07 14:57 UTC
[Rails] User/Password Management: Mapping items to inidividual users
How''s this coming along? Is there a project page for it? For my immediate purposes the RBAC engine will likely work. I''m happy to extend it, but would rather throw my efforts behind an existing effort than start my own. Anton Aylward wrote:> I''m working on an extension to RBAC-engine that supports this. > > Benjamin Arai wrote: > >> Is there a good plugin that does per page authentication management? >> >> For example, I want to allow users to create pages and share them with >> specific users, all users, or none at all on a per page basis. >> >> Benjamin >> >> > >-------------- next part -------------- A non-text attachment was scrubbed... Name: rob.vcf Type: text/x-vcard Size: 116 bytes Desc: not available Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060807/129407b6/rob.vcf
Daniel N
2006-Aug-07 15:03 UTC
[Rails] User/Password Management: Mapping items to inidividual users
On 8/8/06, Robert Mela <rob@robmela.com> wrote:> > How''s this coming along? Is there a project page for it? > > For my immediate purposes the RBAC engine will likely work. I''m happy > to extend it, but would rather throw my efforts behind an existing > effort than start my own. > > Anton Aylward wrote: > > I''m working on an extension to RBAC-engine that supports this. > > > > Benjamin Arai wrote: > > > >> Is there a good plugin that does per page authentication management? > >> > >> For example, I want to allow users to create pages and share them with > >> specific users, all users, or none at all on a per page basis. > >> > >> Benjamin > >> > >> > > > > > > > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/railsThere is a plugin by Bill Katz that does this. It''s not an engine so you need to provide views etc. http://www.agilewebdevelopment.com/plugins/authorization I haven''t got around to using it myself, but plan to. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060807/ca10f3e0/attachment.html