0.0
No commit activity in last 3 years
No release in over 3 years
A warden strategy for easy oauth integration with Bootic
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
~> 1.0
~> 0.5.3
>= 0
~> 1.3.0

Runtime

~> 1.5
~> 0.4.1
~> 1.0.4
 Project Readme

warden-bootic

NOTE: this code is basically warden-github adapted to work against Bootic oauth provider.

https://github.com/atmos/warden-github

A warden strategy that provides oauth authentication to Bootic. IN PROGRESS.

To test it out on localhost set your callback url to 'http://localhost:9292/auth/bootic/callback'

There's an example app in spec/app.rb.

The Extension in Action

% gem install bundler
% bundle install
% OAUTH_CLIENT_ID="<from Bootic>" OAUTH_CLIENT_SECRET="<from Bootic>" bundle exec rackup