omniauth-auth0 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -4
  3. data/lib/auth0/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a7a94935f1802b65677bef4cd960e60fa0028978
4
- data.tar.gz: 89736a26bef2cfe0ab592fde42b7697651c81d9a
3
+ metadata.gz: cd5549ccf562ef6584d7416fa61c0bab28c0b4a0
4
+ data.tar.gz: 3f08bc741445349813a4e3b6d56b295752a7d24c
5
5
  SHA512:
6
- metadata.gz: d7e29054d913df81295a7b051f4127094194ae8ac077ad5e62228346a87c757e1846cb59152e3484d7cf8fc2a02739e100a0983c46ed7c63f327c704450d0b89
7
- data.tar.gz: 62e435e218ad641ef4511fe77170857802a4134ea8eed628af7869e2998bfa46bb98339cca1de1a97e7ccf1f0c004c583c3cef8184fbeae0f83a5a430fda969f
6
+ metadata.gz: 2482dcb3f336725c32191394e220c8b1a9a772b9f0cec5e1e37ee88d78d40c2391dcc04fdedd16aa285ff9295ee829c360da68d33b51316b09acbd3d7a75b9f4
7
+ data.tar.gz: 80311c31dc8dafac61a5cc4045d2a2332f1c09c12fd806fbfc0c16d8bc326981eed11f171d6755b2455d1783ddf3bd592b9125176c04b2590d0d0795e6cb826b
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # OmniAuth Auth0
2
2
 
3
- This is the official OmniAuth strategy for authenticating to Auth0. To
4
- use it, you'll need to sign up for an OAuth2 Application ID and Secret
5
- on the [Auth0 Page](https://app.auth0.com).
3
+ This is the official OmniAuth strategy for authenticating to [Auth0](https://auth0.com).
6
4
 
7
5
  ## Installing
8
6
 
@@ -42,4 +40,4 @@ For more information about [auth0](http://auth0.com) contact our [documentation
42
40
 
43
41
  ## License
44
42
 
45
- This client library is MIT licensed.
43
+ This client library is MIT licensed.
data/lib/auth0/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Auth0
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-auth0
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Auth0