Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        



OAuth 2.0 Logo by Chris Messina, CC BY-SA 3.0


Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5

# 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/