Open Jneville0815 opened 10 months ago
Required check list:
Describe the bug:
claims["expires"] needs to be claims["exp"] in order for the jwt_middleware to properly determine if the token has expired
claims["expires"]
claims["exp"]
Thanks for opening your first issue here! 🎉 Be sure to follow the issue template!
Required check list:
Describe the bug:
claims["expires"]
needs to beclaims["exp"]
in order for the jwt_middleware to properly determine if the token has expired