Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

soeirosantos/simple-oauthserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WARNING: Apache Oltu is no longer an active project. So, don't consider the implementation on this repo for anything real. Though, this repo is still relevant if you want to understand the OAuth2 flow in details.

simple-oauthserver

Simple Oauth2 Server example on top of Resteasy and Apache Oltu.

This code was based on Apache Oltu documentation and integration tests.

##To run the oauth server:

mvn clean package
java -jar target/dependency/jetty-runner.jar target/oauthserver.war

##See:

OAuth2 Spec

OAuth2 website

Apache Oltu

Resteasy

About

Simple Oauth Server example on top of Resteasy and Apache Oltu

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages