Skip to content
This repository has been archived by the owner on Jun 19, 2019. It is now read-only.

unfiltered/unfiltered-oauth-server.g8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unfiltered OAuth Server

Build Status

A VERY SIMPLE example of an unfiltered oauth server. Use in conjunction with unfiltered oauth client

usage

get and run the client

g8 unfiltered/unfiltered-oauth-client
cd unfiltered-oauth-client && sbt update run

get and run the server

g8 unfiltered/unfiltered-oauth-server
cd unfiltered-oauth-server && sbt update run

This server is preconfigured with an oauth consumer with an key set to key and password set to secret

Releases

No releases published

Packages

No packages published

Languages

  • Scala 86.5%
  • CSS 13.5%