Coder Social home page Coder Social logo

udelblue / oauth-authorization-server_with_ui Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 2.0 1.54 MB

Spring OAuth Server with UI for login, password reset and registration. Connection the a SQL Server backend

Java 44.94% Batchfile 0.08% CSS 4.93% JavaScript 34.15% HTML 15.91%
oauth2 oauth oauth2-server oauth-application login login-system login-oauth loginpage login-flow implicit-flow

oauth-authorization-server_with_ui's Introduction

OAuth Server with Login UI

Installation

Application requires ms sql server driver to run.

Open command line in project directory and navigate to 'MavenScripts.bat'. Execute .bat to install sqljdbc jar in maven repository.

cd src
cd main
cd resources
MavenScripts.bat

Configure connection string. Open 'application.yml' to configure. Currently pointed to localhost

spring:
  datasource:
    url: jdbc:sqlserver://localhost:1433;databaseName=OAuth
    username: oauth
    password: oauth#1234
    driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
    initialize: true

Configure SMTP. Open 'application.yml' to configure.

app:
  name: name_of_email
  smtp: smtp.test.com
  smtpfrom:  [email protected]

Configure port. Open 'application.yml' to configure.

server:
  port: 8080

Build

Open command line in project directory. Run 'mvn clean package' to clean and build project.

mvn clean package

Run

Open command line in project directory. Run jar

cd target
java -jar OAuth-UI-1.0.jar

Verify the deployment by navigating to your server address in your preferred browser.

127.0.0.1:8080

oauth-authorization-server_with_ui's People

Contributors

udelblue avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.