In this video, we continue building an authorization server from scratch using Spring Boot. We handle login request. If the user provides correct username and password, we present the user with authorization interface, where the user can see the details of client and the permissions the client application is asking for. We are not using any library to build it. We build everything from scratch. Find the below useful links:
GitHub Repository - https://github.com/himanshu-pareek/OA...