0.05
No release in over 3 years
Low commit activity in last 3 years
An OmniAuth strategy to accept JWT-based single sign-on.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

Runtime

>= 0
~> 1.1
 Project Readme

🔐 Omniauth::JWT

omniauth-jwt is a compatibility shim for omniauth-jwt2.

New applications should depend on omniauth-jwt2 directly. This gem exists so existing applications that still depend on omniauth-jwt can load the replacement implementation without changing all require paths at once.

Installation

gem "omniauth-jwt"

Runtime behavior

Loading this gem requires omniauth-jwt2 and leaves implementation behavior to omniauth-jwt2.

The generated compatibility require paths are:

omniauth/strategies/jwt, omniauth/jwt

Migration

When you are ready to remove the compatibility layer, replace omniauth-jwt with omniauth-jwt2 in your dependency list and require omniauth-jwt2 directly.