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

Latest commit

 

History

History
21 lines (14 loc) · 488 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 488 Bytes

unfiltered oauth client

Build Status

Example of a VERY SIMPLE client of a VERY SIMPLE unfiltered oauth server.

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