OAuth2
🔐 oauth2 - A Ruby wrapper for the OAuth 2.0 Authorization Framework, including OpenID Connect (OIDC) (by ruby-oauth)
JWT
A ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard. (by jwt)
OAuth2 | JWT | |
---|---|---|
6 | 9 | |
2,134 | 3,655 | |
0.3% | -0.1% | |
9.6 | 8.8 | |
7 days ago | 2 months ago | |
Ruby | Ruby | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
OAuth2
Posts with mentions or reviews of OAuth2.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-31.
-
💎 ANN: oauth2 v2.0.14
📝 Added OIDC documentation, example, and spec references in OIDC.md in PR #663
-
💎 ANN: oauth2 v2.0.13
🔨 https://github.com/ruby-oauth/oauth2
-
Ann: oauth2 v2.0.12 (w/ support for kids)
See response_spec.rb, or the oauth-xx/snaky_hash gem for more ideas.
- Announce: shields-badge v1.0.0
-
gem oauth2 v2.0.10 released
This project sits underneath a large portion of the authorization systems on the internet. According to GitHub's project tracking, which I believe only reports on public projects, 100,000+ projects, and 500+ packages depend on this project. That is a lot of things to upgrade.
-
Facebook Omniauth for SSO
Here's the gem I used. gem 'oauth2'
JWT
Posts with mentions or reviews of JWT.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-08-30.
-
Rails GraphQL authentication from scratch #2
To authenticate our users, we need to add jwt gem to our Gemfile
-
Secure Your Ruby App with JSON Web Tokens
jwt is a Ruby implementation of the RFC 7519 OAuth JSON Web Token standard. bcrypt is a Ruby binding for the OpenBSD bcrypt() password hashing algorithm.
-
Best way for user auth with a Rails API?
ruby-jwt is fairly easy to use on it's own without Devise. You might try that first and only add Devise if needed.
- JWT Ruby gem version 2.4.0-beta1 released
-
Dynamic JWT authentication and secrets rotation in Rails Applications
Generally speaking, the larger the application, the more internal and external services it has to talk to. External services usually have their own way of authenticating and authorizing third party API calls. With internal systems however, organisations prefer to use JWT tokens because of their inherent flexibility and versatility. A sample JWT based handshake between 2 rails applications using ruby-jwt would look like this -
-
Github: JayDoubleUti - A JWT authorization middleware for any web application!
Interesting. What's the difference between this and the standard ruby-jwt? https://github.com/jwt/ruby-jwt
-
JWT Token-based custom user authentication for Rails API only (Part 02)
jwt - encoding and decoding jwt oauth
- Ruby Gem JWT Version 2.2.3 Released
-
Ruby on Rails + Auth0: Authenticating your API with an external authentication service
Decoding JWTs is simple whit the help of an already implemented solution. In this section, I'll be using the ruby-jwt.
What are some alternatives?
When comparing OAuth2 and JWT you can also consider the following projects:
Doorkeeper - Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.
Rodauth - Ruby's Most Advanced Authentication Framework
Devise - Flexible authentication solution for Rails with Warden.
Shield - Authentication protocol for use in your routing and model context
Devise Token Auth - Token based authentication for Rails JSON APIs. Designed to work with jToker and ng-token-auth.