Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 303 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 303 Bytes

restlet-oauth

experimentation with getting an oauth server and protected resources working in restlet

build and run with

mvn package && sh target/bin/webapp

this will start a server on port 8080

the curltest script is designed to connect, authenticat and access a protected resource.