creatubbles / omniauth-creatubbles

OmniAuth strategy for authenticating to Creatubbles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Omniauth Creatubbles

This is OmniAuth OAuth2 strategy for authenticating to Creatubbles.

https://www.creatubbles.com

Usage

By default the strategy uses https://api.creatubbles.com. You can change it with site option, like this:

use OmniAuth::Builder do
 provider :creatubbles,
   ENV['CREATUBBLES_API_KEY'],
   ENV['CREATUBBLES_API_SECRET'],
   provider_ignores_state: true,
   client_options: { site: ENV['CREATUBBLES_API_URL'] }
end

About

OmniAuth strategy for authenticating to Creatubbles

License:MIT License


Languages

Language:Ruby 96.4%Language:Shell 3.6%