This project is example of stateless restful server powered by spring boot 2.0 and JWT.
- Stateless Restful API Server with JWT Authentication.
-
First idea.
- h2 db
- spring boot 2.0
- Authenticate with JWT and make server as stateless.
- Authority
- webflux
-
Involved items on writing.
- Spring security
-
Precautions
- Checklist to use JWT for authentication. (security problem)
- User
- authority : END_USER, SERVICE_PROVIDER, ADMIN
Welcome suggestions.