Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- sub must now be a string, in our case this was an int (the user id) - simple fix is to cast to a string for the token, and cast back to int when the token is decoded
- Loading branch information