An open API service indexing awesome lists of open source software.

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

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.