knock-oauth2_code_verifier 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c65963c83357c644ae118da22b15e9011a2d206b127b888b13c8def0175ca12
4
- data.tar.gz: 731c2e0e32f0da4b4ab9968adbd00257da7d26cf18b9b94a93828b9d0aca9f24
3
+ metadata.gz: 674f83bd37cf5bdfdc9d2b311b4b9ca400e83e83d0ae74ef8dd922cbd3c9de26
4
+ data.tar.gz: cd9cd33b39f3fcb2961594eb4fb67becb6dc0b4f3e0dddf929b73e2c43a34bdc
5
5
  SHA512:
6
- metadata.gz: 3ab7ea1aa6251a7c1417f0ffba4e026654d7b317c34ecc5a2c308d3b7cde375c52878470bad2e4b5bedb821b0d7253505efd59b57ddf4b03f18a0bd17f580dc8
7
- data.tar.gz: c61954204e4dc435dba41cfab64ecce63f54bbccc9ffd068b884e747199231bd0cae2127e3264da3a4fdbe969153c56b41b9d18e64d4c9d20c905d6b441db549
6
+ metadata.gz: 71a615260d79dc8797b845ff0fd61572bd1af300bfd2db572672e9bbb8db6a2114e62eb82189eb7cc9f086cffeb430e4148bca15a2971f75e05c63b8218a415d
7
+ data.tar.gz: e7b185c1fa1e2e0d98c29e89a3ee91529a7f13f44812b8acb8373e487753b0f040bb1e29306d3b1d12b32d2c646f9a30db12c36cca84398b9bc662580b6db9b5
@@ -13,14 +13,14 @@ Gem::Specification.new do |spec|
13
13
  spec.summary = "Backend provider of code verification for OAuth2\
14
14
  Authorization Code Request"
15
15
  spec.description = "Frontend libraries implement OAuth2 flows that \
16
- authenticate the user with your SPA, but are only part of the picture. If you're\
17
- storing user data on a backend, you'll need to authenticate them on both the\
18
- frontend and the backend. That's what Oauth2 Authorization Code Request does,\
19
- with PKCE thrown in for added security. This gem provides the backend\
20
- authorization needed, taking in a verification request and logging the user in\
21
- via JWT with Knock. If you're using Vue/React/etc with a frontend authorization\
22
- library like @nuxt/auth, and you're running Rails in API mode for your backend,\
23
- this gem completes the picture."
16
+ authenticate the user with your SPA, but are only part of the picture. If \
17
+ you're storing user data on a backend, you'll need to authenticate them on \
18
+ both the frontend and the backend. That's what Oauth2 Authorization Code \
19
+ Request does, with PKCE thrown in for added security. This gem provides the \
20
+ backend authorization needed, taking in a verification request and logging the \
21
+ user in via JWT with Knock. If you're using Vue/React/etc with a frontend \
22
+ authorization library like @nuxt/auth, and you're running Rails in API mode for \
23
+ your backend, this gem completes the picture."
24
24
  spec.homepage = "https://github.com/recitalsoftware/knock-oauth2_code_verifier"
25
25
  spec.license = "MIT"
26
26
  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Knock
4
4
  module Oauth2CodeVerifier
5
- VERSION = "0.1.1"
5
+ VERSION = "0.1.2"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knock-oauth2_code_verifier
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brendan Mulholland
@@ -53,13 +53,13 @@ dependencies:
53
53
  - !ruby/object:Gem::Version
54
54
  version: 1.4.0
55
55
  description: Frontend libraries implement OAuth2 flows that authenticate the user
56
- with your SPA, but are only part of the picture. If you'restoring user data on a
57
- backend, you'll need to authenticate them on both thefrontend and the backend. That's
58
- what Oauth2 Authorization Code Request does,with PKCE thrown in for added security.
59
- This gem provides the backendauthorization needed, taking in a verification request
60
- and logging the user invia JWT with Knock. If you're using Vue/React/etc with a
61
- frontend authorizationlibrary like @nuxt/auth, and you're running Rails in API mode
62
- for your backend,this gem completes the picture.
56
+ with your SPA, but are only part of the picture. If you're storing user data on
57
+ a backend, you'll need to authenticate them on both the frontend and the backend.
58
+ That's what Oauth2 Authorization Code Request does, with PKCE thrown in for added
59
+ security. This gem provides the backend authorization needed, taking in a verification
60
+ request and logging the user in via JWT with Knock. If you're using Vue/React/etc
61
+ with a frontend authorization library like @nuxt/auth, and you're running Rails
62
+ in API mode for your backend, this gem completes the picture.
63
63
  email:
64
64
  - brendan@recital.software
65
65
  executables: []