Sha256: 09a9bd1bc620698cc5732b7d925f4c897cdba662ff9f72952dc94c270a5620b6

Contents?: true

Size: 556 Bytes

Versions: 5

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 auth0
```

## 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

5 entries across 5 versions & 2 rubygems

Version Path
auth0-3.0.0 README.md
auth0-ruby-0.10 README.md
auth0-ruby-0.9.1 README.md
auth0-ruby-0.9 README.md
auth0-2.1.1 README.md