issues
search
nqminhuit
/
mini-auth
An application that use Spring Boot as backend to provide REST APIs, consumed by Angular as frontend, protect endpoints with JWT, integrate Swagger for API documentation, Postgres as persistence layer and Flyway for database migration.
http://localhost:8080/
0
stars
1
forks
source link
Add HTTP protocol to communicate with backend in login form
#22
Closed
nqminhuit
closed
4 years ago
nqminhuit
commented
4 years ago
send user input (login credentials) to the Spring boot backend.
if credential is valid then backend will return JWT token.
store the JWT in
localStorage