User Authentication #15
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?
Create and implement user authentication. Only authorized users should be able to do the following:
In order to be authorized, login HTTP endpoints should be created and if successfully authenticated, a token is given to the user.
Authorization HTTP endpoints
Required For Completion
#23