JSON Web Tokens
JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.
Here are 210 public repositories matching this topic...
JWT token authentication with devise and rails
-
Updated
Nov 27, 2025 - Ruby
XSS/CSRF safe JWT auth designed for SPA
-
Updated
Sep 21, 2024 - Ruby
JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and JSON Web Key) in Ruby
-
Updated
Aug 9, 2025 - Ruby
JWT authentication solution for Rails APIs
-
Updated
Sep 14, 2023 - Ruby
A Ruby gem to verify the signature of Firebase ID Tokens.
-
Updated
May 23, 2023 - Ruby
Barong auth server
-
Updated
Dec 21, 2023 - Ruby
JSON Object Signing and Encryption (JOSE) for Ruby
-
Updated
Jun 6, 2024 - Ruby
Gem to add authentication to your application using JWT, with expirable, renewable and customizable tokens!
-
Updated
Mar 3, 2020 - Ruby
Firebase as centralized authentication service behind the devise
-
Updated
Sep 20, 2024 - Ruby
A reusable Grape JWT authentication concern
-
Updated
Oct 23, 2025 - Ruby
A simple RoR 6 REST API demo with JWT authentication.
-
Updated
Oct 13, 2025 - Ruby
Docusign Ruby on Rails code examples and launcher
-
Updated
Oct 19, 2025 - Ruby
Created by M. Jones, J. Bradley, N. Sakimura
Released May 2015
- Followers
- 108 followers
- Website
- github.com/topics/jwt
- Wikipedia
- Wikipedia