Authentication and Authorization
From DreamFactory
Toddappleton (Talk | contribs) (Created page with "== Role-Based Access Control == * Setting up user roles * DreamFactory/Tutorials/Setting up application default role|Settin...") |
Toddappleton (Talk | contribs) |
||
Line 1: | Line 1: | ||
+ | ===User Authentication=== | ||
+ | |||
+ | * [[DreamFactory/Tutorials/Logging in|Logging in]] | ||
+ | * [[DreamFactory/Tutorials/Logging out|Logging out]] | ||
+ | * [[DreamFactory/Tutorials/Basic Auth|Basic auth]] | ||
+ | * [[DreamFactory/Tutorials/Access Using API Key|Access using API key]] | ||
+ | * [[DreamFactory/Tutorials/Access Using JWT|Access using JWT]] | ||
+ | * [[DreamFactory/Tutorials/Access Using JWT and API Key|Access using JWT and API key]] | ||
+ | * [[DreamFactory/Tutorials/Refreshing a JWT|Refreshing a JWT]] | ||
+ | * [[DreamFactory/Tutorials/Forever_sessions|Forever sessions]] | ||
+ | * [[DreamFactory/Tutorials/Using Forever Session|Using forever sessions]] | ||
+ | |||
== Role-Based Access Control == | == Role-Based Access Control == | ||
Revision as of 18:17, 30 June 2016
User Authentication
- Logging in
- Logging out
- Basic auth
- Access using API key
- Access using JWT
- Access using JWT and API key
- Refreshing a JWT
- Forever sessions
- Using 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