A simple JWT authentication and user login service.
This project was generated with spring boot 2 and hibernate 5 (integrated into spring orm).
IDEA 2022.1
Maven
JAVA 11
JAR
MySQL + Redis
- request token. (token is generated with RSA)
- use for user login. (password is encrypted with AES)
- If user login is verified then add user info data to redis.
- There are some other APIs need to request with token: add new user, get auth list, save auth list to redis
- Use private maven repo https://github.com/JHying/mvn-repo
- register as an eureka client (for spring cloud structure)