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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e2b50e5abe0c16e1199b7ccfd04c65910aca84cc4f48d53e2e248a98f1907753
4
- data.tar.gz: 263f1b71ce2ad4e68f30d3a99b6a603ea38b99bd1c6d626a05db8a3b3e3d35fa
3
+ metadata.gz: 316d86bac36a690c10fdfefbf5b5f1ebbadce45e56e69d0d0074d641ff9e1f07
4
+ data.tar.gz: c47f42263f881132a9281b70402654bb4f07bfa9b7963544a712e4f4ee8c8246
5
5
  SHA512:
6
- metadata.gz: 558e6d87e8a416729c7b411a773cdd52273b443d4b33c938678f08046e522a843bb760df972d4c7372948df421464faa92d84266e71933b93ef02f2297fad8a0
7
- data.tar.gz: 50ea1e5d962fcf5d9436e35fdcf916ddaa70065a33111c6ec3d88385d4a8f85207eb93a7737b452c620a7735122cc2b2a819c3b02f2d7693f0ee664d13bec7d4
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 (for the Bynn stack:
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
@@ -1,5 +1,5 @@
1
1
  module Zoreal
2
2
  module OAuth2
3
- VERSION = '0.1.2'.freeze
3
+ VERSION = '0.1.3'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zoreal-oauth2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - ZOREAL