Sha256: 8265d9a86d32e01d42c6096473255c4fdc4258c6e871cea285a6950b8de0f692
Contents?: true
Size: 844 Bytes
Versions: 2
Compression:
Stored size: 844 Bytes
Contents
# OmniAuth Sabiá [][gem] [gem]: https://rubygems.org/gems/omniauth-sabia **This file is based on [intridea's README](https://github.com/intridea/omniauth-github/blob/v1.3.0/README.md).** 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](https://desenvolvedores.sabia.ufrn.br/). ## Basic Usage You must remember to set scopes in order to get granular access to different types of data: ```ruby 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](http://opensource.org/licenses/MIT).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
omniauth-sabia-1.0.2 | README.md |
omniauth-sabia-1.0.1 | vendor/plugins/omniauth-sabia/README.md |