The app.authenticate is successful with a valid cookie even if user service returns error
reel opened this issue · 0 comments
reel commented
Steps to reproduce:
- Register a new user
- Delete user from database
- Restart application
- Reload page
Cookies validation will fail on server but the user will be authenticated with a null user on the client.