Implemented the Authentication middleware #3
Reference in New Issue
Block a user
Delete Branch "library/auth-middleware"
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?
This PR contains the work done to implement the
AuthMiddlewaremiddleware, to authenticate the requests sent to the backend service, based on their specifications.In addition, some documentation has been added/updated and some boilerplate source code has been removed from the project.