Changes between Version 21 and Version 22 of BluePrintAuthenticationAccess
- Timestamp:
- 01/09/09 18:47:25 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthenticationAccess
v21 v22 24 24 We also want to look at linking the AAA t2_person table with the Person Registry's person table 25 25 26 S 2 supports OpenID (as does Launchpad ;) ), so that would be good to support & looks easy:26 Sahana2 supports OpenID (as does Launchpad ;) ), so that would be good to support & looks easy: 27 27 * http://openidenabled.com/python-openid/ 28 28 29 29 === Implementation === 30 30 S3 builds on the default T2 AAA system: 31 * http://trac.sahana3.org/wiki/DeveloperGuidelinesAuthenticationAccess31 * DeveloperGuidelinesAuthenticationAccess 32 32 33 33 Anonymous access is currently granted for all Read operations, with Create/Update/Delete requiring a user to be Authenticated: {{{t2.logged_in}}}