hasura/graphql-engine

docs: test for `access_token` in auth0 guide

Aperta

#3864 aperta il 11 feb 2020

 (1 commento) (2 reazioni) (0 assegnatari)TypeScript (2787 fork)batch import
a/authzc/docshelp wanted

Metriche repository

Star
 (31.371 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Currently, we only have instructions to test the Auth0 login if we use Auth0.js (which generates an id_token): https://docs.hasura.io/1.0/graphql/manual/guides/integrations/auth0-jwt.html#test-auth0-login-and-generate-sample-jwts-for-testing.

We need to come up with a way to test the same also if we use auth0-spa-js (which generates an access_token).

Guida contributor