zoreal-oauth2 0.1.5 → 0.1.6
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 -0
- 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: f9c10c1e458f83e81745d75a1a849de06bfbdb5f5ba437ed575515ac6371f9af
|
|
4
|
+
data.tar.gz: 30328a76dbbfd6feddb6a38c7d4c5df43b6a91d9367214207aadd30a05c723d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c180aeabdd264fbcc5397c5b50628b5972580d6b9f86c5f859b9ec363758c8ddc735ae6b9be3e8da7144a334de3f23cdcf842051f4013fde5c00ee6aa24aeb7
|
|
7
|
+
data.tar.gz: d1adda0f24f577084729ab5842496e26693a29395be464f12d30a316e7714da74576224d95c00ed315dcddece82f7793e793e7baf97c2a8173cd34b5f3b28355
|
data/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# zoreal-oauth2
|
|
2
2
|
|
|
3
|
+
[](https://rubygems.org/gems/zoreal-oauth2) [](https://rubygems.org/gems/zoreal-oauth2) [](https://github.com/Bynn-Intelligence/zoreal-oauth2-ruby/actions/workflows/ci.yml) [](./LICENSE)
|
|
4
|
+
|
|
3
5
|
Login with ZOREAL for Ruby backends: the relying-party half of the flow that
|
|
4
6
|
[`@zoreal/oauth2-react`](https://github.com/Bynn-Intelligence/zoreal-oauth2-react)
|
|
5
7
|
starts in the browser.
|