devise_auth0_jwt_strategy 0.0.5 → 0.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 718e713c50b91362afb7686c8a97a9bf70d773ec
4
- data.tar.gz: 63c2cb7237345b8e493f407666e2d352a87858cf
3
+ metadata.gz: 3ed0d9e7109129d0d062d05c8c2bb5acc45dd909
4
+ data.tar.gz: 90fb3861bf1a21237a60598bf349cb98f9773457
5
5
  SHA512:
6
- metadata.gz: 41f8d4c2b3f8d7c6181b69bc907f4dd614822347c2a86e21eb1e8c2c97e963968078a8a4059b20e76d001721a9de8a6ad9d08ce80b6e37825fdc1d70692d0bea
7
- data.tar.gz: efd748d7620c058d1eb659f10e8db742912d76317461609f8fb858544efa9e726fced429a69b81863558b3d4f6a423e720495a178b3b21702ce9387e46b09c38
6
+ metadata.gz: 1044bb8673739596cdf590185023db7d2098b6e2eea4c85f2299844796ffc927e17decc410cb152e78c6435f058e35f936752b05614d90f18f41f1c3afb0dec4
7
+ data.tar.gz: e9e54804dbb3c0af58c0c6a34aa2b74d5726b179b377fe96e80d689c7608e6bc2f943cfd689794cd220336210877db13b2ef376bfef8f4d30ddc46a5162f1f70
@@ -42,6 +42,11 @@ module Devise
42
42
  @jwt_token ||= ( params['jwt'] || jwt_from_auth_header )
43
43
  end
44
44
 
45
+ # This login should be required on each request and not setup a session
46
+ def store?
47
+ false
48
+ end
49
+
45
50
  def valid?
46
51
  ( auth0_client_secret? and auth0_client_id? and !!jwt_token )
47
52
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devise_auth0_jwt_strategy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Patrick McGraw