sedovalx / oauth2-tester

Small application to test responses from different OAuth 2.0 API endpoints
0 stars 0 forks source link
gradle javascript kotlin oauth2 react redux registration sass webpack

oauth2-tester

Build Status

This is a Web application to explore responses from an OAuth 2.0 server. To try it you should

The application will suggest you the proper URI to get auth information. The suggestions dependes on the currently selected server item state and selected type of the OAuth grant.

Under the hood:

The base of the project is greatly influenced by the awesome https://github.com/geowarin/boot-react.

Build

Just run gradlew build in the root of the project.

Prerequisites

Installation for Ubuntu

description "oauth2tester"
author "sedov.alx"

start on runlevel [3]
stop on shutdown

expect fork

script
    cd /home/ubuntu/apps/oauth2tester/
    sudo -u ubuntu java -jar /home/ubuntu/apps/oauth2tester/oauth2tester-0.0.1-SNAPSHOT.jar >/home/ubuntu/apps/oauth2tester/log.txt 2>&1
    emit oauth2tester_running
end script

And finally run sudo start oauth2tester.