epb-auth-tools 1.1.0 → 1.2.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
- metadata +4 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ed767376b0f923d70b38aa2d2ab1cb7cdc2189fb2d8d9d2a532900be890dd206
|
|
4
|
+
data.tar.gz: eadcd914df44a05b07d8a4902bf57bae04a418573182a0c2ff8726947d607d28
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 67d8e583bd4107f927ffe74757f2dccd14f533af0b0974f183554fcc850fce6a1bf163554096bd84d6e295c49f53d1d98bcd9b3e63f1eec6258db2fdf2b3620b
|
|
7
|
+
data.tar.gz: df579769a9daeeaac7862f77fca1a638569d0626e8976dff568eeb5e970cdce2e997ca2645472cb0dd3b1b22018522a12d4359b6e386948b02e8378cc2ab6c27
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: epb-auth-tools
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lawrence Goldstien <lawrence.goldstien@madetech.com>
|
|
@@ -10,10 +10,10 @@ authors:
|
|
|
10
10
|
- Kevin Keenoy <kevin.keenoy@levellingup.gov.uk>
|
|
11
11
|
- Douglas Greenshields <douglas.greenshields@levellingup.gov.uk>
|
|
12
12
|
- Aga Dufrat <aga.dufrat@levellingup.gov.uk>
|
|
13
|
-
|
|
13
|
+
- Abdal Warsame <abdal.warsame@communities.gov.uk>
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
|
-
date:
|
|
16
|
+
date: 2026-05-05 00:00:00.000000000 Z
|
|
17
17
|
dependencies:
|
|
18
18
|
- !ruby/object:Gem::Dependency
|
|
19
19
|
name: jwt
|
|
@@ -49,8 +49,6 @@ dependencies:
|
|
|
49
49
|
- - "<"
|
|
50
50
|
- !ruby/object:Gem::Version
|
|
51
51
|
version: '3.0'
|
|
52
|
-
description:
|
|
53
|
-
email:
|
|
54
52
|
executables: []
|
|
55
53
|
extensions: []
|
|
56
54
|
extra_rdoc_files: []
|
|
@@ -65,7 +63,6 @@ homepage: https://github.com/communitiesuk/epb-auth-tools
|
|
|
65
63
|
licenses:
|
|
66
64
|
- MIT
|
|
67
65
|
metadata: {}
|
|
68
|
-
post_install_message:
|
|
69
66
|
rdoc_options: []
|
|
70
67
|
require_paths:
|
|
71
68
|
- lib
|
|
@@ -80,8 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
80
77
|
- !ruby/object:Gem::Version
|
|
81
78
|
version: '0'
|
|
82
79
|
requirements: []
|
|
83
|
-
rubygems_version: 3.
|
|
84
|
-
signing_key:
|
|
80
|
+
rubygems_version: 3.6.9
|
|
85
81
|
specification_version: 4
|
|
86
82
|
summary: Tools for authentication and authorisation with JWTs and OAuth
|
|
87
83
|
test_files: []
|