-
Notifications
You must be signed in to change notification settings - Fork 240
Getting Started
Gonzalo Bulnes Guilpain edited this page Sep 3, 2015
·
3 revisions
Simple Token Authentication allow users to perform an authenticated request by providing: an identifier and an authentication token. Those credentials can be provided either via query parameters, or request headers.
Simple Token Authentication provides methods to specify which models should act as token authenticatable and which controllers should act as token authentication handlers for them.
Please see Supported ORM/ODM/OxM and Supported Frameworks for details.