Sha256: 35ff4b20c91e07ffc2fc17ebd02a96bcb2dbc441c15b8e2bdc9f110433b3fb65
Contents?: true
Size: 556 Bytes
Versions: 1
Compression:
Stored size: 556 Bytes
Contents
Ruby client for [Auth0](https://auth0.com) > This used to be the omniauth strategy for [Auth0](https://auth0.com) but now is a client for the Auth0 api. The omniauth strategy has been moved to [omniauth-auth0](https://github.com/auth0/omniauth-auth0). ## Installation ``` $ gem install gibbon ``` ## Basic usage ```ruby require "auth0" auth0 = Auth0Client.new( :client_id => "YOUR CLIENT ID", :client_secret => "YOUR CLIENT SECRET", :namespace => "<YOUR ACCOUNT>.auth0.com" ); puts auth0.get_connections; ``` ## License MIT 2014 - Auth0 INC.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
auth0-2.1.0 | README.md |