auth0 3.1.1 → 3.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -3
- data/lib/auth0/mixins/initializer.rb +1 -1
- data/lib/auth0/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e594e5861171575d73680a0f20920df385d52662
|
4
|
+
data.tar.gz: 8fbf62cd33e4b2d3f036d9ff2b58deed509c3711
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f02c70e0108a902a8d36d1e4f6a1bcee4a170683b8aa4138253fd59c2e47661f15c4bd0914bad6de1696b622da6f0d81a635d761f6ee7f80c7a810e2051289f
|
7
|
+
data.tar.gz: 501588a2bef940e3b194c77380faead69c5c940e360eb47babade99f6a5701d8cfa2c240d5731e6f664c2764b4282e5db6a3e7f5597bbd97e93a4edaf7e12a14
|
data/README.md
CHANGED
@@ -1,9 +1,7 @@
|
|
1
|
-
Ruby client for [Auth0](https://auth0.com)
|
1
|
+
Ruby api client for [Auth0](https://auth0.com)
|
2
2
|
|
3
3
|
[![Build Status](https://travis-ci.org/auth0/ruby-auth0.svg?branch=master)](https://travis-ci.org/auth0/ruby-auth0)
|
4
4
|
|
5
|
-
> 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).
|
6
|
-
|
7
5
|
## Installation
|
8
6
|
|
9
7
|
```
|
@@ -21,7 +21,7 @@ module Auth0
|
|
21
21
|
@client_secret = options[:client_secret]
|
22
22
|
@token = obtain_access_token
|
23
23
|
end
|
24
|
-
self.class.headers "Authorization" => "Bearer #{
|
24
|
+
self.class.headers "Authorization" => "Bearer #{@token}"
|
25
25
|
end
|
26
26
|
|
27
27
|
# including initializer in top of klass
|
data/lib/auth0/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: auth0
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Auth0
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2015-03-
|
14
|
+
date: 2015-03-12 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: httparty
|