ditointernet / tradulab

an unnamed platform for collaborative translation
MIT License
1 stars 0 forks source link

Tokens can remain valid if an user is deleted #75

Open uriell opened 3 years ago

uriell commented 3 years ago

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

uriell commented 3 years ago

Complementing the issue, this should probably be an Authentication issue, since authentication is also responsible for identifying the user, aside from forbidding unauthenticated users.