bossjones / ultron8

ultron8 ecosystem, automate and orchestrate server level action executions. Similar to Netflix Bolt. Learning purposes.
Apache License 2.0
0 stars 2 forks source link

Fix JWT tokens using user email/ID as the subject in sub #34

Closed bossjones closed 4 years ago

bossjones commented 4 years ago

Current jwt tokens we're generating are not valid according to https://jwt.io/ . Also the template this project is based on just released a fix for this same situation: https://github.com/tiangolo/full-stack-fastapi-postgresql#latest-changes

bossjones commented 4 years ago

Fixed in https://github.com/bossjones/ultron8/pull/37