grand-stack / grand-stack-starter

Simple starter project for GRANDstack full stack apps
https://grandstack.io/docs/getting-started-grand-stack-starter.html
Apache License 2.0
504 stars 161 forks source link

update .env settings #115

Closed udaykor closed 4 years ago

udaykor commented 4 years ago

This setting is helpful for checking JWT for AuthN and AuthZ withgraphql-auth-directives

AUTH_DIRECTIVES_ROLE_KEY=https://<auth0domain_OR_Custom_Auth_Doamin>/role
JWT_SECRET="-----BEGIN PUBLIC KEY-----<ACTUAL_PUBLIC_KEY_CONTENT_WITH_CRLF>-----END PUBLIC KEY-----"
udaykor commented 4 years ago

@ed42311 let me add some links and docs to better help someone else here in the future.

ed42311 commented 4 years ago

@udaykor sounds good, merge it in when it makes sense or give me a ping if you;d like feedback.

udaykor commented 4 years ago

@ed42311 I finally got back to adding some notes. Please have a look at the auth0-howto file.