https://github.com/jetthoughts/oauth2-me
https://github.com/jetthoughts/oauth2-me
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jetthoughts/oauth2-me
- Owner: jetthoughts
- Created: 2014-09-28T16:35:58.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-06-30T11:40:09.000Z (almost 10 years ago)
- Last Synced: 2025-05-18T17:03:05.627Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://www.jetthoughts.com/oauth2-me/
- Size: 880 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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://www.jetthoughts.com/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].
[oauth2.me]:http://www.jetthoughts.com/oauth2-me/
[state parameter]:https://tools.ietf.org/html/rfc6749#section-4.1.1
[oauth2-me-ruby]:https://github.com/jetthoughts/oauth2-me-ruby
[base64]:http://en.wikipedia.org/wiki/Base64
[CSRF attacks]:https://www.owasp.org/index.php/Cross-Site_Request_Forgery_(CSRF)