Also have a look at OAuth2 client apps in sample-apps/ folder.
This project requires following tools
- JDK7+
- SBT 0.13+
Run tests
$ sbt test
Create a distribution
$ sbt dist
Please read DEVELOPMENT.md
for instructions DEVELOPMENT.md.
SBT Scoverage plugin generates the test coverage:
$ sbt scoverage:test
The report is generated in XML and HTML format at target/scala-2.10/scoverage-report/
$ cd target/scala-2.10/scoverage-report/
$ firefox /index.html