andy-zhang-guohua / spring-security-oauth

to try spring security oauth , mainly on oauth2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Security OAuth

Relevant Articles:

Build the Project

mvn clean install

Notes

  • This project consists of 4 main sub-modules, each sub-module is a Spring Boot Application running on specific port

    • spring-security-oauth-server (port = 8081)
    • spring-security-oauth-resource (port = 8082)
    • spring-security-oauth-ui-implicit (port = 8083)
    • spring-security-oauth-ui-password (port = 8084)
  • To run the project, run both spring-security-oauth-server and spring-security-oauth-resource first - then run any of the UI modules

  • You can run any sub-module using command line:

mvn spring-boot:run

基于 Anjular 的 SPA, 使用 AJAX 进行登录和退出,不是使用直接跳转到 login page 的方式。

About

to try spring security oauth , mainly on oauth2


Languages

Language:Java 59.6%Language:JavaScript 25.5%Language:HTML 14.8%