Ruby on Rails + Auth0: Authenticating your API with an external authentication service

This page summarizes the projects mentioned and recommended in the original post on dev.to

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
  1. Knock

    Discontinued Seamless JWT authentication for Rails API (by nsarno)

    In 2019 I wrote a post with this same subject and an extra tool: Knock.

  2. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  3. zeitwerk

    Efficient and thread-safe code loader for Ruby

    With a few modifications in the gem source code, we could easily integrate Auth0 into our Rails API, but that on Rails 5. Rails 6 brought Zeitwerk code loader together, which makes it harder to perform the alterations suggested in my previous post.

  4. HTTP

    HTTP (The Gem! a.k.a. http.rb) - a fast Ruby HTTP client with a chainable API, streaming support, and timeouts

    Everything will be created under the class Auth0, and it'll be using HTTP gem to perform the quests, but feel free to decide over your code organization and tools.

  5. JWT

    A ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard.

    Decoding JWTs is simple whit the help of an already implemented solution. In this section, I'll be using the ruby-jwt.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Rails GraphQL authentication from scratch #2

    1 project | dev.to | 25 Sep 2023
  • Secure Your Ruby App with JSON Web Tokens

    2 projects | dev.to | 30 Aug 2023
  • Best Ruby HTTP Clients in 2023

    3 projects | /r/ruby | 5 Apr 2023
  • Pattern Matching Interfaces in Ruby

    6 projects | dev.to | 23 Jan 2023
  • JWT Ruby gem version 2.4.0-beta1 released

    1 project | news.ycombinator.com | 4 May 2022

Did you know that Ruby is
the 12th most popular programming language
based on number of references?