Remove roles from jwt #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Remove the roles linked in the jwt and readd them inside the login function or session. This will reduce the token size drastically.
On the server side we need to now include a role check this will still allow for the api to be used at the same time as the front end so someone else could ideally make there own frontend
this was done long time ago