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.
- Host: GitHub
- URL: https://github.com/patternfm/tokamak
- Owner: PatternFM
- License: apache-2.0
- Created: 2017-02-19T01:28:34.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T11:30:19.000Z (over 8 years ago)
- Last Synced: 2025-03-25T05:34:35.769Z (11 months ago)
- Topics: java-8, jwt, jwt-auth, oauth2, oauth2-server, spring-boot, spring-oauth2, spring-security
- Language: Java
- Homepage:
- Size: 17.3 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://travis-ci.org/PatternFM/tokamak)
[](https://coveralls.io/github/PatternFM/tokamak?branch=master) [](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.