Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 915 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 915 Bytes

oauth2-me

oauth2.me is a web service that proxifies your oauth requests.

It enables an ability to use 1 credentials on multiple domains without modifying the redirect uri settings.

Usage

  1. You need to set your redirect uri to http://oauth2.me/redirect

  2. Your application should use the state parameter to pass your redirect URI encoded with base64

We've created a gem for rubyists to do it automatically: oauth2-me-ruby

Note: You should never use oauth2.me with your production servers, the state parameter we are using, should be used to protect your application from CSRF attacks.