zoreal-oauth2 0.1.2 → 0.1.3
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 +1 -2
- data/lib/zoreal/oauth2/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 316d86bac36a690c10fdfefbf5b5f1ebbadce45e56e69d0d0074d641ff9e1f07
|
|
4
|
+
data.tar.gz: c47f42263f881132a9281b70402654bb4f07bfa9b7963544a712e4f4ee8c8246
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c2341f70010a3769490afe488816d3a223b243693c1bdf70ffbfd1f7d0ce81443ba55c32126bb3f9629232530ae3590d3c85ab0a5f3820c0cc48b4a78fb67c61
|
|
7
|
+
data.tar.gz: 10447f93e400fb9154fe8e59a46655640ed7f995c39c54b23fb23ebbbbf134c650ad278dc2e1ed4904de39afec1873cd3b0f284a4a98e7dce843981fd478339f
|
data/README.md
CHANGED
|
@@ -126,8 +126,7 @@ signup that needs the email cannot.
|
|
|
126
126
|
|
|
127
127
|
## Development against a local provider
|
|
128
128
|
|
|
129
|
-
Point `issuer:` at your provider instance
|
|
130
|
-
`https://rails.bynn.io/id`). The issuer value must match the `iss` inside the
|
|
129
|
+
Point `issuer:` at your provider instance. The issuer value must match the `iss` inside the
|
|
131
130
|
tokens exactly — it is compared, not normalized.
|
|
132
131
|
|
|
133
132
|
## The ZOREAL OAuth2 library family
|