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.
- checksums.yaml +4 -4
- data/README.md +2 -4
- data/lib/auth0/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cd5549ccf562ef6584d7416fa61c0bab28c0b4a0
|
|
4
|
+
data.tar.gz: 3f08bc741445349813a4e3b6d56b295752a7d24c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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