Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

ChezTone/cheztone-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cheztone-oauth Build Status

Cheztone OAuth server.

This first version is a simple OAuth server configuration that using an inMemoryTokenStore and a fixed user repository. As soon as possible, this project will be updated to use other data sources. As I have a good feeling with mongoDB, I think it will be the first implementation that I will allow to use.

Stack

This project is build on java 8 with. it's build using Maven®. It should run in a servlet 3 ready application server like Tomcat 8. Here were are using Spring® Java Based configuration.

How it works

This version of project use in memory token store, and a unique user. You can use the user : user and it's password : paswword.

You can create a post request to get an access token using : POST @ localhost:8080/oauth/token?grant_type=password Header -> Authorization: Basic dXNlcjpwYXNzd29yZA==

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages