An open API service indexing awesome lists of open source software.

https://github.com/patternfm/tokamak

An OAuth 2.0 JWT Authorization Server with a React front end to simplify the management your apps and accounts.
https://github.com/patternfm/tokamak

java-8 jwt jwt-auth oauth2 oauth2-server spring-boot spring-oauth2 spring-security

Last synced: 10 months ago
JSON representation

An OAuth 2.0 JWT Authorization Server with a React front end to simplify the management your apps and accounts.

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/PatternFM/tokamak.svg?branch=master)](https://travis-ci.org/PatternFM/tokamak)
[![Coverage Status](https://coveralls.io/repos/github/PatternFM/tokamak/badge.svg?branch=master)](https://coveralls.io/github/PatternFM/tokamak?branch=master) [![codebeat badge](https://codebeat.co/badges/fa267db4-aaa5-4057-afcf-91a8633e32b1)](https://codebeat.co/projects/github-com-patternfm-tokamak-master)

# Introduction

Tokamak is an OAuth 2.0 JWT Authorization Server with a React front end to simplify the management your apps and accounts.

# Documentation

A quick start guide and reference documentation for Tokamak is hosted on the [Tokamak Project Page](http://pattern.fm/tokamak/#documentation).

# Building from Source

Both JDK 8 and Maven 3 are required to build Tokamak from source. With these prerequisites in place you can build Tokamak by:
```
git clone https://github.com/PatternFM/tokamak.git
cd tokamak
mvn clean install
```

# Continuous Integration

The Continuous Integration service for the project is hosted on [Travis](https://travis-ci.org/PatternFM/tokamak)

# Licensing

This software is provided and distributed under the Apache Software License 2.0. Refer to LICENSE.txt for more information.