- a sample project for oauth user authentification.
- use springboot and my original OAuth Server
- Please prepare and execute My OAuth Server before start
- ref
git clone ...
cd springboot.oauth.sample
npm install
gulp build
gradle bootrun
- spring security oauth run authenticate auto by application.yml
- inside spring security, executed oauth2.0 code flow.
- my oauth server in accordance with rfc 6749 (may be..)