Sha256: 0fc795b98795614d17cd6703985012a36e847b2961f4d5a92a0364ee26de7170

Contents?: true

Size: 312 Bytes

Versions: 1

Compression:

Stored size: 312 Bytes

Contents

# ShutlAuth

You probably won't use this gem directly, as it is used by the
[https://github.com/shutl/shutl_resource](shutl_resource) gem

#Configuration

```ruby
Shutl::Auth.config do |c|
  c.url           = "<API_URL_GOES_HERE>"
  c.client_id     = "<CLIENT_ID>"
  c.client_secret = "<CLIENT_SECRET>"
end
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shutl_auth-0.8.0 README.md