0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
A warden strategy for easy OAuth2 rack based authentication
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

>= 2.2.0, ~> 2.2
>= 1.6.0, ~> 1.6
>= 0.5.3, ~> 0.5
>= 10.4.2, ~> 10.4
>= 0.11.0, ~> 0.11
>= 2.8.0, ~> 2.8
>= 0.9.1, ~> 0.9
>= 1.4.6, ~> 1.4
>= 0.7.3, ~> 0.7

Runtime

~> 1.5
>= 1.11.2, ~> 1.11
>= 0.5.2, ~> 0.5
>= 1.0
 Project Readme

warden-oauthed

A warden strategy that provides OAuth authentication to OAuth2 providers set up similarly to the grape-doorkeeper template.

Check out sinatra_oauthed_template, a sinatra template that uses this strategy to set up authentication without a database.

Importantly, sinatra_oauthed_template sets all the environmental variables in the .env file so this will work.


Draws inspiration from warden-github :shipit: