PART 1: Create the base application
Before proceeding to the implementation of authentication and authorization , let's create a simple application to serve as a foundation. The application will have the following API end points.
GET /api/hello
GET /api/protected
GET /api/admin
Al...
blog.gintophilip.com5 min read