Closed rockingskier closed 7 years ago
Fixed in d01f50167e4bfe010f3f72d65a77153465af5a52
Thanks for the fix @rockingskier! I ended up fixing this along with a few other bugs so this is now live. Going to close but thank you so much for the effort! 😄
Solves #4.
When generating the JWT the
userId
needs to be passed in as the payload. This allows it to be encoded into the token which in turn makes it possible to fetch the user on decode / log in.The current token content is:
The new content is:
This brings the payload in line with when you login/authenticate via local and when you login via OAuth.