0.0
No release in over 3 years
Low commit activity in last 3 years
Official OmniAuth strategy for Sabiá.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.6
< 2.0, >= 1.4.0
 Project Readme

OmniAuth Sabiá

Gem Version

This file is based on intridea's README.

This is the official OmniAuth strategy for authenticating to Sabiá. To use it, you'll need to sign up for an OAuth2 Application ID and Secret on the Sabiá Developers Page.

Basic Usage

You must remember to set scopes in order to get granular access to different types of data:

use OmniAuth::Builder do
  provider OmniAuth::Strategies::Sabia, ENV['SABIA_KEY'], ENV['SABIA_SECRET'], scope: "cpf email"
end

License

OmniAuth Sabiá is open-sourced software licensed under the MIT license.