This project implements jwt based authentication by utilizing the following technologies
- Spring Security 6
- Spring boot 3.2
- PostgreSQL
- Angular 16 for Frontend
- Redis for Jwt persistence
-
Clone the repository:
git clone https://github.com/aliahmadcse/spring-security-auth.git
-
Set up the backend
-
cd /api
-
Go through the Backend setup instructions
- Set up the Frontend
-
cd /client/web
-
Go through the Frontend setup instructions
Contributions are welcome! Please fork the repository and submit a pull request.