For this last part of Secure Spring Boot Application with JWT , in the controller I have created two endpoints as GET and POST.
In generateToken method you can see AuthorizeReq is pass with request body. After validation generated token has returned.
If the user is authenticated and authorized person then user redirect to the Welcome page.
I have create username/password in main class, when start running project, then the table will auto generated in the local Database.
https://khmerside.blogspot.com/2022/07/secure-spring-boot-application-with-jwt_26.html

