Separation of Auth from User resource #1
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?
To keep a clean separation between how Users can be created and how permission are acquired (Login)
It's important to keep a separation between permission oriented data from authentication and registration systems
Also it help by keeping resource location forking low, as it separate /auth from /user