https://github.com/eric-souzams/spring-security-implementations
Many implementations using spring security, from basic to advanced.
https://github.com/eric-souzams/spring-security-implementations
hibernate java javamailsender jwt lombok mysql spring spring-boot spring-data-jpa spring-security
Last synced: 2 months ago
JSON representation
Many implementations using spring security, from basic to advanced.
- Host: GitHub
- URL: https://github.com/eric-souzams/spring-security-implementations
- Owner: eric-souzams
- Created: 2021-07-01T22:26:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T23:30:29.000Z (over 4 years ago)
- Last Synced: 2025-01-31T15:46:57.498Z (over 1 year ago)
- Topics: hibernate, java, javamailsender, jwt, lombok, mysql, spring, spring-boot, spring-data-jpa, spring-security
- Language: Java
- Homepage:
- Size: 389 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Security Services Demos
## Demos Version
| Version | Name | Observations |
|---------|-------------------------------------------------------------------------------------------------------|--------------|
| V1 | [jwt-authentication](https://github.com/eric-souzams/jwt-authentication/tree/main/jwt-authentication) | |
| V2 | [userservicejwt](https://github.com/eric-souzams/jwt-authentication/tree/main/userservicejwt) | |
| V3 | [FullRegistry](https://github.com/eric-souzams/jwt-authentication/tree/main/FullRegistry) | |
| V4 | [FullRegistryEvent](https://github.com/eric-souzams/jwt-authentication/tree/main/FullRegistryEvent) | Coming soon |
## Technologies
This project was developed using the following technologies:
- [JWT](https://jwt.io/)
- [Spring Boot](https://spring.io/projects/spring-boot)
- [Spring Security](https://spring.io/projects/spring-security)
- [Spring Data](https://spring.io/projects/spring-data)
- [Lombok](https://projectlombok.org/)
## Building
You'll need [Java 11+](https://www.oracle.com/br/java/technologies/javase-jdk11-downloads.html) and [Maven](https://maven.apache.org/download.cgi) installed on your computer in order to build this app.
```bash
$ git clone https://github.com/eric-souzams/spring-security-implementations.git
$ cd spring-security-implementations
$ cd {versionName}
$ mvn spring-boot:run
```
## Contributing
This repository is currently under development. If you want to contribute please fork the repository and get your hands dirty, and make the changes as you'd like and submit the Pull request.