https://github.com/aliahmadcse/spring-security-auth
Jwt Based authentication using Spring Security 6 and Angular
https://github.com/aliahmadcse/spring-security-auth
angular ngrx postgresql redis spring-security
Last synced: about 2 months ago
JSON representation
Jwt Based authentication using Spring Security 6 and Angular
- Host: GitHub
- URL: https://github.com/aliahmadcse/spring-security-auth
- Owner: aliahmadcse
- Created: 2023-01-30T22:02:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-18T19:48:52.000Z (about 2 years ago)
- Last Synced: 2024-06-19T22:06:34.631Z (about 2 years ago)
- Topics: angular, ngrx, postgresql, redis, spring-security
- Language: Java
- Homepage:
- Size: 632 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Spring Security with Angular
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
## Building and Running the Project
1. Clone the repository:
```bash
git clone https://github.com/aliahmadcse/spring-security-auth.git
```
2. Set up the backend
- `cd /api`
- Go through the [Backend](/api/README.md) setup instructions
3. Set up the Frontend
- `cd /client/web`
- Go through the [Frontend](/client/web/README.md) setup instructions
## Contributing
Contributions are welcome! Please fork the repository and submit a pull request.