Difference between revisions of "Design Specs: Authorization and Authentication"

From WormBaseWiki
Jump to navigationJump to search
(New page: ==Objectives== This element will need to work with the core code of the web application to implement user authorization and authentication. Catalyst has great support for this already, bu...)
 
Line 9: Line 9:
  
 
look into Gbrowse2 user login function
 
look into Gbrowse2 user login function
 +
 +
 +
== To Explore ==
 +
 +
Catalyst::Plugin::Authentication
 +
 +
http://search.cpan.org/~flora/Catalyst-Plugin-Authentication-0.10016/lib/Catalyst/Plugin/Authentication.pm
 +
 +
And for Credential verification:
 +
 +
http://search.cpan.org/perldoc?Catalyst%3A%3AAuthentication%3A%3ACredential%3A%3AOpenID
 +
 +
Here are some docs on Auth/Auth:
 +
 +
http://search.cpan.org/perldoc?Catalyst::Manual::Tutorial::05_Authentication

Revision as of 16:28, 3 February 2010

Objectives

This element will need to work with the core code of the web application to implement user authorization and authentication. Catalyst has great support for this already, but we will also need to build a user database for enabling greater customizability.

Gbrowse Compatibility

look into Gbrowse2 user login function


To Explore

Catalyst::Plugin::Authentication

http://search.cpan.org/~flora/Catalyst-Plugin-Authentication-0.10016/lib/Catalyst/Plugin/Authentication.pm

And for Credential verification:

http://search.cpan.org/perldoc?Catalyst%3A%3AAuthentication%3A%3ACredential%3A%3AOpenID

Here are some docs on Auth/Auth:

http://search.cpan.org/perldoc?Catalyst::Manual::Tutorial::05_Authentication