Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

oauth sample by springboot and my oauth server by node

Notifications You must be signed in to change notification settings

AkihiroTakamura/springboot.oauth.sample

Repository files navigation

OAuth by My OAuth Server(node) with SpringBoot

This is

  • a sample project for oauth user authentification.
  • use springboot and my original OAuth Server

Getting Started

  • Please prepare and execute My OAuth Server before start
  • ref
git clone ...
cd springboot.oauth.sample
npm install
gulp build
gradle bootrun

How It Works

  • 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..)

About

oauth sample by springboot and my oauth server by node

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published