Changes between Version 17 and Version 18 of BluePrintAuthenticationAccess
- Timestamp:
- 01/09/09 08:06:45 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthenticationAccess
v17 v18 8 8 9 9 Anonymous access is currently granted for all Read operations, with Create/Update/Delete requiring a user to be Authenticated: {{{t2.logged_in}}} 10 * T2 can extend this by protecting resources with {{{t2.have_membership()}}} (functional check) & {{{t2.have_access()}}} (record-level security)11 * we should probably support this by adding hooks into the [wiki:BluePrintREST RESTlike controller]10 * T2 can extend this by protecting resources with {{{t2.have_membership()}}} (functional check) & {{{t2.have_access()}}} (record-level security) 11 * we should probably support this by adding hooks into the [wiki:BluePrintREST RESTlike controller] 12 12 13 13 The system supports Self-Registration, which won't be appropriate for all deployment scenarios.[[BR]] … … 22 22 We use {{{t2_group}}} table for Contact Lists information 23 23 24 We use {{{s3_role}}} table for Security access [[BR]]25 - roles initialised in {{{_db.py}}}[[BR]] 26 -module writers need to add any required roles there24 We use {{{s3_role}}} table for Security access 25 * roles initialised in {{{_db.py}}} 26 * module writers need to add any required roles there 27 27 28 28 Membership of roles is controlled via the Many-to-Many table: {{{s3_roleholder}}}