https://github.com/douglasmatosdev/secure-notes
Build hands-on secure project using Spring Security 6, OAuth2, CORS, Multi-Factor Authentication, Password Security, JWT
https://github.com/douglasmatosdev/secure-notes
Last synced: about 1 year ago
JSON representation
Build hands-on secure project using Spring Security 6, OAuth2, CORS, Multi-Factor Authentication, Password Security, JWT
- Host: GitHub
- URL: https://github.com/douglasmatosdev/secure-notes
- Owner: douglasmatosdev
- License: mit
- Created: 2024-11-04T19:06:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-09T21:15:00.000Z (over 1 year ago)
- Last Synced: 2025-02-19T12:55:25.537Z (over 1 year ago)
- Language: Java
- Size: 4.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# secure-notes
Build hands-on secure project using Spring Security 6, OAuth2, CORS, Multi-Factor Authentication, Password Security, JWT
### Project Structure
- [MySQL Installation on Linux and Docker](./docs/MYSQL_LINUX.md)
### Postman Collection
For make tests easier, we can use Postman Collection.
> Is necessary to create or login postman account and import the collection.
- [Postman Collection](./docs/POSTMAN_COLLECTION.md)
### Postman Pre-Request Script
For make tests easier, we can use Postman Pre-Request
- [Postman Pre Request Script](./docs/POSTMAN_PRE_REQUEST_SCRIPT.md)
### IntelliJ IDEA Configuration for ENV Variables
- [IntelliJ IDEA Environment variables](./docs/INTELLIJ_IDEA_ENV_VARIABLES.md)
### E-mail Configuration
- [E-mail Configuration](./docs/EMAIL_CONFIGURATION.md)
### GitHub Authentication
- [GitHub Authentication](./docs/GITHUB_AUTHENTICATION.md)
### Google Authentication
- [Google Authentication](./docs/GOOGLE_AUTHENTICATION.md)
- Google Auth dependency: https://github.com/wstrange/GoogleAuth