Skip to content
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.

How does it work?

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.