fix a typo in todo-auth0-jwt sample app (#1334)

This commit is contained in:
comerc 2019-03-01 13:37:12 +03:00 committed by Shahidh K Muhammed
parent 95587bc028
commit e3e1200bae

View File

@ -51,7 +51,7 @@ HASURA_GRAPHQL_ADMIN_SECRET: youradminsecretkey
```
```
HASURA_GRAPHQL_JWT_SECRET: {"type":"RS256", "key": "<the-certificate-data-in-one-line"}
HASURA_GRAPHQL_JWT_SECRET: {"type":"RS256", "key": "<the-certificate-data-in-one-line>"}
```
For example, (copy the certificate from above step or use generated config from https://hasura.io/jwt-config):