Make access to sign-in route impossible if user is already authenticated #4
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?
Problem
If the user is already authenticated, and if he tries to go to the signin page, he actually can access this page. He should be redirected to home page.
Scenario
Validatebutton<url>/signinAcceptance test
When url
<url>/signinis validated, sign-in page is loadded and it redirects the user to home page (<url>/home)Fixed by commit
3865c26397.