GitXplorerGitXplorer
Z

testoauth2provider

public
4 stars
0 forks
4 issues

Commits

List of commits on branch master.
Unverified
dd6a92308c9fdcee45aa4a013eeeff3fb7ba5bd7

Update to Rails 3.2.13

ZZenCocoon committed 12 years ago
Unverified
a79784c099ed1949cbd9e4c0b88dcfb16a1f47eb

Update rack

ZZenCocoon committed 12 years ago
Unverified
63112b5f27464f15d7918ec20847510a31c028c8

Update rails to version 3.2.11

ZZenCocoon committed 12 years ago
Unverified
2e6ce509569cf9c89373228d62efb1a8f3ba39e7

Update Rails to version 3.2.8

ZZenCocoon committed 12 years ago
Unverified
3f17cc1c2004c093497d32b3b6eafcb512e11992

Update devise ouath2 providable

ZZenCocoon committed 13 years ago
Unverified
31cda5598e4c749cbb266a1821a90792f3b51d70

Update Readme

ZZenCocoon committed 13 years ago

README

The README file for this repository.

OAuth 2 Provider Test Application

A sample OAuth 2 Provider application using Rails 3.2, Devise and Devise OAuth 2 Providable

Apps & Gems sources

Live Applications

Testing in local

To test it in local, you will need to register the new client application on the provider application like follow

Devise::Oauth2Providable::Client.create(
  :name => 'Test App',
  :redirect_uri => 'http://0.0.0.0:3000/auth/testoauth2strategy/callback',
  :website => 'http://0.0.0.0:3000'
)

You will then need to use the generated identifier and secret in the client application's omniauth initializer.