Skip to content

remmelt/dropwizard-oauth2-provider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dropwizard OAuth2 provider

Example OAuth2 provider project implementing the Resource Owner Password Credentials Grant in Dropwizard.

Prerequisites

  • Maven 3
  • JDK 8 (probably works with 7 as well)

Running the application

mvn clean package && java -jar target/dropwizard-oauth2-provider-1.0-SNAPSHOT.jar server src/main/resources/config.yml

Then browse to localhost:8080/ping or curl localhost:8080/ping.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages