https://github.com/oauth-xx/oauth2
A Ruby wrapper for the OAuth 2.0 protocol.
https://github.com/oauth-xx/oauth2
Last synced: 2 days ago
JSON representation
A Ruby wrapper for the OAuth 2.0 protocol.
- Host: GitHub
- URL: https://github.com/oauth-xx/oauth2
- Owner: oauth-xx
- License: mit
- Created: 2010-04-22T05:17:38.000Z (almost 15 years ago)
- Default Branch: migrated
- Last Pushed: 2025-01-17T03:09:42.000Z (3 months ago)
- Last Synced: 2025-04-12T22:17:34.216Z (2 days ago)
- Homepage: http://railsbling.com/tags/oauth2
- Size: 1.48 MB
- Stars: 2,111
- Watchers: 39
- Forks: 620
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-ruby - OAuth2 - A Ruby wrapper for the OAuth 2.0 protocol. (Authentication and OAuth)
README
# Ruby OAuth 2 has moved to GitLab
Please update references: https://gitlab.com/oauth-xx/oauth2/
If you have the project checked out, simply:
```bash
git remote set-url origin [email protected]:oauth-xx/oauth2.git
```We also took the opportunity of the migration to switch the default branch from `master` to `main`.
Changes are still being pushed back to the Github branches `1-4-stable` and `main`, but please update dependencies to reference released versions or the new Gitlab source host.
* Source Code: [][source]
* RubyDoc Documentation: [][documentation]
* Mailing List/Google Group: [][mailinglist]
* Live Chat on Gitter: [][chat]
* Maintainer's Blog: [][blogpage][documentation]: https://rubydoc.info/github/oauth-xx/oauth2
[mailinglist]: http://groups.google.com/group/oauth-ruby
[chat]: https://gitter.im/oauth-xx/oauth2?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
[blogpage]: http://www.railsbling.com/tags/oauth2/
[source]: https://gitlab.com/oauth-xx/oauth2/