When an user no longer exists, tokens remain valid and pass through middleware validations allowing the user to perform actions such as creating projects which can generate role entities without the User
Complementing the issue, this should probably be an Authentication issue, since authentication is also responsible for identifying the user, aside from forbidding unauthenticated users.
When an user no longer exists, tokens remain valid and pass through middleware validations allowing the user to perform actions such as creating projects which can generate role entities without the User