grape-jwt-authentication 2.4.5 → 2.5.0
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/.yardopts +1 -0
- data/CHANGELOG.md +23 -19
- data/grape-jwt-authentication.gemspec +2 -2
- data/lib/grape/jwt/authentication/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b3f2f11cb52a514981b47da3c788d812739f4b63a3d244e64ecb8f25feb318c
|
|
4
|
+
data.tar.gz: 5223a66f76740f0adb9e0fa184059d6f16badc8c1a9fdc753c1a0765d7d6ff1c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6327e8b47d2fcb934c2fd1d2149a123d8e566a08270d060ea8064f3f26324bf9295bcae05fe50155af2be66d6aae8526c91daa121d942ec01dd72150a79768f1
|
|
7
|
+
data.tar.gz: c2d3338513c43ac57415880d1b9954728de41bf7725f48e41a1c3cea70047bf20eadef31afaf2aa34a8af4f1e3141dba272af03d1fe65676f305f0c3f82a10e1
|
data/.yardopts
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -2,41 +2,45 @@
|
|
|
2
2
|
|
|
3
3
|
* TODO: Replace this bullet point with an actual description of a change.
|
|
4
4
|
|
|
5
|
-
### 2.4
|
|
5
|
+
### 2.5.0 (4 October 2024)
|
|
6
|
+
|
|
7
|
+
* Upgraded the `recursive-open-struct` gem to `~> 2.0` (#15)
|
|
8
|
+
|
|
9
|
+
### 2.4.5 (15 August 2024)
|
|
6
10
|
|
|
7
11
|
* Just a retag of 2.4.1
|
|
8
12
|
|
|
9
|
-
### 2.4.4
|
|
13
|
+
### 2.4.4 (15 August 2024)
|
|
10
14
|
|
|
11
15
|
* Just a retag of 2.4.1
|
|
12
16
|
|
|
13
|
-
### 2.4.3
|
|
17
|
+
### 2.4.3 (15 August 2024)
|
|
14
18
|
|
|
15
19
|
* Just a retag of 2.4.1
|
|
16
20
|
|
|
17
|
-
### 2.4.2
|
|
21
|
+
### 2.4.2 (9 August 2024)
|
|
18
22
|
|
|
19
23
|
* Just a retag of 2.4.1
|
|
20
24
|
|
|
21
|
-
### 2.4.1
|
|
25
|
+
### 2.4.1 (9 August 2024)
|
|
22
26
|
|
|
23
27
|
* Added API docs building to continuous integration (#14)
|
|
24
28
|
|
|
25
|
-
### 2.4.0
|
|
29
|
+
### 2.4.0 (8 July 2024)
|
|
26
30
|
|
|
27
31
|
* Dropped support for Ruby <2.7 (#13)
|
|
28
32
|
|
|
29
|
-
### 2.3.0
|
|
33
|
+
### 2.3.0 (16 January 2024)
|
|
30
34
|
|
|
31
35
|
* Implemented case-insensitive header value checks for Grape 2.0.0+
|
|
32
36
|
compatibility, aligning with HTTP/2+ semantics (#11, #12)
|
|
33
37
|
* Moved the development dependencies from the gemspec to the Gemfile (#10)
|
|
34
38
|
|
|
35
|
-
### 2.2.0
|
|
39
|
+
### 2.2.0 (24 February 2023)
|
|
36
40
|
|
|
37
41
|
* Added support for Gem release automation
|
|
38
42
|
|
|
39
|
-
### 2.1.0
|
|
43
|
+
### 2.1.0 (18 January 2023)
|
|
40
44
|
|
|
41
45
|
* Bundler >= 2.3 is from now on required as minimal version (#9)
|
|
42
46
|
* Dropped support for Ruby < 2.5 (#9)
|
|
@@ -44,28 +48,28 @@
|
|
|
44
48
|
* Updated all development/runtime gems to their latest
|
|
45
49
|
Ruby 2.5 compatible version (#9)
|
|
46
50
|
|
|
47
|
-
### 2.0.4
|
|
51
|
+
### 2.0.4 (15 October 2021)
|
|
48
52
|
|
|
49
53
|
* Migrated to Github Actions
|
|
50
54
|
* Migrated to our own coverage reporting
|
|
51
55
|
* Added the code statistics to the test process
|
|
52
56
|
|
|
53
|
-
### 2.0.3
|
|
57
|
+
### 2.0.3 (12 May 2021)
|
|
54
58
|
|
|
55
59
|
* Pinned rspec-expectations to <= 3.9.2
|
|
56
60
|
* Removed the rspec-expectations pinning
|
|
57
61
|
|
|
58
|
-
### 2.0.2
|
|
62
|
+
### 2.0.2 (7 September 2020)
|
|
59
63
|
|
|
60
64
|
* Corrected some documentation glitches
|
|
61
65
|
|
|
62
|
-
### 2.0.1
|
|
66
|
+
### 2.0.1 (7 September 2020)
|
|
63
67
|
|
|
64
68
|
* Corrected a migration bug on the configuration which used the wrong namespace
|
|
65
69
|
for `RsaPublicKey` (resulted in `uninitialized constant
|
|
66
70
|
Grape::Jwt::Authentication::Configuration::RsaPublicKey`)
|
|
67
71
|
|
|
68
|
-
### 2.0.0
|
|
72
|
+
### 2.0.0 (7 September 2020)
|
|
69
73
|
|
|
70
74
|
* Extracted the JWT verification functionality into its own gem
|
|
71
75
|
([keyless](https://github.com/hausgold/keyless)) (#6)
|
|
@@ -76,25 +80,25 @@
|
|
|
76
80
|
* `Grape::Jwt::Authentication::Jwt` was replace with `Keyless::Jwt`
|
|
77
81
|
* `Grape::Jwt::Authentication::RsaPublicKey` was replace with `Keyless::RsaPublicKey`
|
|
78
82
|
|
|
79
|
-
### 1.3.0
|
|
83
|
+
### 1.3.0 (4 February 2020)
|
|
80
84
|
|
|
81
85
|
* Dropped support for EOL Ruby 2.3 (in addition to Grape)
|
|
82
86
|
|
|
83
|
-
### 1.2.0
|
|
87
|
+
### 1.2.0 (14 February 2019)
|
|
84
88
|
|
|
85
89
|
* Check the remote response on public key fetching (#3)
|
|
86
90
|
* Added support for Ruby 2.6
|
|
87
91
|
* Dropped support for EOL Ruby 2.2
|
|
88
92
|
|
|
89
|
-
### 1.1.0
|
|
93
|
+
### 1.1.0 (1 November 2018)
|
|
90
94
|
|
|
91
95
|
* Added the parsed and original token to the Rack environment (#2)
|
|
92
96
|
* Two new helper methods are now available to access the JWT from an API spec
|
|
93
97
|
|
|
94
|
-
### 1.0.1
|
|
98
|
+
### 1.0.1 (23 November 2017)
|
|
95
99
|
|
|
96
100
|
* First public release of the gem
|
|
97
101
|
|
|
98
|
-
### 1.0.0
|
|
102
|
+
### 1.0.0 (23 November 2017)
|
|
99
103
|
|
|
100
104
|
* Yanked, published with the wrong account
|
|
@@ -37,6 +37,6 @@ Gem::Specification.new do |spec|
|
|
|
37
37
|
spec.add_runtime_dependency 'grape', '>= 1.0', '< 3.0'
|
|
38
38
|
spec.add_runtime_dependency 'httparty', '>= 0.21'
|
|
39
39
|
spec.add_runtime_dependency 'jwt', '~> 2.6'
|
|
40
|
-
spec.add_runtime_dependency 'keyless', '~> 1.
|
|
41
|
-
spec.add_runtime_dependency 'recursive-open-struct', '~>
|
|
40
|
+
spec.add_runtime_dependency 'keyless', '~> 1.4'
|
|
41
|
+
spec.add_runtime_dependency 'recursive-open-struct', '~> 2.0'
|
|
42
42
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: grape-jwt-authentication
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.5.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hermann Mayer
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-10-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -78,28 +78,28 @@ dependencies:
|
|
|
78
78
|
requirements:
|
|
79
79
|
- - "~>"
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
|
-
version: '1.
|
|
81
|
+
version: '1.4'
|
|
82
82
|
type: :runtime
|
|
83
83
|
prerelease: false
|
|
84
84
|
version_requirements: !ruby/object:Gem::Requirement
|
|
85
85
|
requirements:
|
|
86
86
|
- - "~>"
|
|
87
87
|
- !ruby/object:Gem::Version
|
|
88
|
-
version: '1.
|
|
88
|
+
version: '1.4'
|
|
89
89
|
- !ruby/object:Gem::Dependency
|
|
90
90
|
name: recursive-open-struct
|
|
91
91
|
requirement: !ruby/object:Gem::Requirement
|
|
92
92
|
requirements:
|
|
93
93
|
- - "~>"
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
|
-
version: '
|
|
95
|
+
version: '2.0'
|
|
96
96
|
type: :runtime
|
|
97
97
|
prerelease: false
|
|
98
98
|
version_requirements: !ruby/object:Gem::Requirement
|
|
99
99
|
requirements:
|
|
100
100
|
- - "~>"
|
|
101
101
|
- !ruby/object:Gem::Version
|
|
102
|
-
version: '
|
|
102
|
+
version: '2.0'
|
|
103
103
|
description: A reusable Grape JWT authentication concern
|
|
104
104
|
email:
|
|
105
105
|
- hermann.mayer92@gmail.com
|