Authentication and Authorization
From DreamFactory
Toddappleton (Talk | contribs) |
Toddappleton (Talk | contribs) |
||
Line 9: | Line 9: | ||
* [[DreamFactory/Tutorials/Refreshing a JWT|Refreshing a JWT]] | * [[DreamFactory/Tutorials/Refreshing a JWT|Refreshing a JWT]] | ||
* [[DreamFactory/Tutorials/Forever_sessions|Forever sessions]] | * [[DreamFactory/Tutorials/Forever_sessions|Forever sessions]] | ||
− | |||
== Role-Based Access Control == | == Role-Based Access Control == |
Revision as of 20:13, 30 June 2016
User Authentication
- Logging in
- Logging out
- Basic auth
- Access using API key only (unauthenticated users)
- Access using JWT only (authenticated admin users)
- Access using JWT and API key (authenticated non-admin users)
- Refreshing a JWT
- Forever sessions
Role-Based Access Control
- Setting up user roles
- Setting up application default role
- Accessing SQL tables
- Accessing NoSQL collections
- Record-level access control with server-side filters
- Accessing documents
- Accessing email services
- Accessing push notifications
- Accessing remote web services
- Enabling script access
- Using role lookup keys