I created my login and the authentication i get is from the auth0.
I work with Nodejs 16.
So, my backend gets the email and password, checks the user’s existence, and sends a token.
But, i need to add some attributes to this token like permission that exists only in my DB.
I don’t understand if i can do this.
I found an option to add some action, but how can i send the permission if the permission exists in my DB?