Skip to content

p44/play22restwithauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Play 22 Rest With Auth

A sample Play 2.2 REST application with Authentication

The Authorization is OAuth2 simple bearer token for app to app consumer.

A simulator view will provide means to:

  • create a new bearer token (via basic auth with simulated consumer credentials)
  • invalidate the bearer token (via basic auth with simulated consumer credentials)
  • add a callback url to the system (via bearer auth with the generated bearer token)
  • get the callback url (via bearer auth with the generated bearer token)
  • trigger a call from the app to the simulated callback (via bearer auth with the generated bearer token)

About

Rest with a simple authentication

Also provides an example of consumer callback registration

This sample uses

Auth

Misc

About

Play 2.2 Basic Rest with Auth and Callback registration

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors