-
Notifications
You must be signed in to change notification settings - Fork 71
04. Authentication Strategies
Joseph Alves edited this page Mar 2, 2015
·
3 revisions
All possible authentication strategies live in the server/app/configure/authentication folder. They can be toggled on and off using the ENABLED_AUTH_STRATEGIES
array in server/app/configure/authentication/index.js.
Each strategy is built enough only to be able to create new users based on third-party authentication. If you need to access specific APIs using returned access tokens and the like, you will have to implement it.