hasura/graphql-engine

docs: test for `access_token` in auth0 guide

Open

#3.864 aberto em 11 de fev. de 2020

Ver no GitHub
 (1 comment) (2 reactions) (0 assignees)TypeScript (2.787 forks)batch import
a/authzc/docshelp wanted

Métricas do repositório

Stars
 (31.371 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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).

Guia do colaborador