Fix/admin from jwt #46
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/admin-from-jwt"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
JwtDecode function for reading content of jwt token and JwtToken decoded to set data from jwt contents.
JwtDecode used to read data from the jwt token and set admin and username. This resolves issue #45.