Angular Login Registration JWT

Опубликовано: 17 Июнь 2026
на канале: Rabi Sankar Podder
260
5

Login, Registration and Authentication(JWT)
(Angular+SpringBoot Security+ H2 Database+Swagger)

GITHUB URL :-


https://github.com/djrabi007/angular-...
https://github.com/djrabi007/jwt-spri...




• Multiple URL to allow "/authenticate" ,"/register" ,SWAGGER in SpringBoot Security (@Config)
• Need Authentication for "/","/allUsers"
• Allow user to Register (Angular--SpringBoot--H2 Database) and Login later
Model for Registration - UserRegistration(Angular) vs User(SpringBoot)
Model for Login- AuthRequest (Springboot) only.
git status
git add -A
git status
git commit -m "JWT Registration"
git push