the-road-to-graphql / fullstack-apollo-express-postgresql-boilerplate

💥 A sophisticated GraphQL with Apollo, Express and PostgreSQL boilerplate project.
https://roadtoreact.com
MIT License
1.2k stars 265 forks source link

Issue with jwt claims #49

Closed michaelyiu closed 5 years ago

michaelyiu commented 5 years ago

This is less of an issue with the boilerplate and the project itself and more of a 'add-on' issue where I'm trying to add several different claims such as jti, iss and nbf. I've been able to add the jwtid and iss without issues, but attempting to put an nbf claim make it so that the playground not able to reach the server.

Wondering if you've had any issues with this before?

edit: seems I just put in the wrong format