Identity Providers
Facebook
JWT access token can be obtained by sending a POST
payload to /auth/login
. Authenticate user on Facebook and get an auth token. Use the token as a token
payload.
Google
Authenticate user on Google and get an auth token. Use the token as a token
payload.
Twitter
Authenticate user on Twitter and get an auth token and a secret token. Use the token as a token
payload and secret token as tokenSecret
NHS Login
Redirect user to /auth/nhs-login
Last updated
Was this helpful?