Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oauth-xx/oauth2
A Ruby wrapper for the OAuth 2.0 protocol.
https://github.com/oauth-xx/oauth2
Last synced: 16 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 (over 14 years ago)
- Default Branch: migrated
- Last Pushed: 2024-02-12T08:24:02.000Z (9 months ago)
- Last Synced: 2024-05-21T01:04:54.421Z (6 months ago)
- Homepage: http://railsbling.com/tags/oauth2
- Size: 1.47 MB
- Stars: 2,115
- Watchers: 40
- 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: [![Gitlab](https://img.shields.io/badge/source-gitlab-brightgreen.svg?style=flat)][source]
* RubyDoc Documentation: [![RubyDoc.info](https://img.shields.io/badge/documentation-rubydoc-brightgreen.svg?style=flat)][documentation]
* Mailing List/Google Group: [![Mailing List](https://img.shields.io/badge/group-mailinglist-violet.svg?style=social&logo=google)][mailinglist]
* Live Chat on Gitter: [![Join the chat at https://gitter.im/oauth-xx/oauth-ruby](https://badges.gitter.im/Join%20Chat.svg)][chat]
* Maintainer's Blog: [![Blog](https://img.shields.io/badge/blog-railsbling-brightgreen.svg?style=flat)][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/