end_point_blank 0.2.1 → 0.6.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/CHANGELOG.md +36 -0
- data/HARDENING_REPORT.md +210 -0
- data/README.md +59 -8
- data/deploy +5 -0
- data/end_point_blank.gemspec +7 -2
- data/lib/end_point_blank/access_tokens.rb +191 -43
- data/lib/end_point_blank/authorization.rb +10 -2
- data/lib/end_point_blank/base_url.rb +218 -0
- data/lib/end_point_blank/commands/endpoint_authorize.rb +34 -12
- data/lib/end_point_blank/commands/endpoint_update.rb +1 -1
- data/lib/end_point_blank/commands/generate_access_token.rb +3 -3
- data/lib/end_point_blank/configuration.rb +2 -1
- data/lib/end_point_blank/deprecation_headers.rb +90 -0
- data/lib/end_point_blank/middleware/rack/report_interaction.rb +8 -0
- data/lib/end_point_blank/rack/env_store.rb +48 -4
- data/lib/end_point_blank/rack/headers.rb +2 -0
- data/lib/end_point_blank/rails/authorized.rb +3 -0
- data/lib/end_point_blank/rails/versioned.rb +14 -16
- data/lib/end_point_blank/version.rb +1 -1
- data/lib/end_point_blank/writers/request_writer.rb +7 -3
- data/lib/end_point_blank/writers/response_writer.rb +1 -0
- data/lib/end_point_blank.rb +2 -0
- metadata +11 -6
data/lib/end_point_blank.rb
CHANGED
|
@@ -7,12 +7,14 @@ require_relative "end_point_blank/access_tokens"
|
|
|
7
7
|
require_relative "end_point_blank/authorization"
|
|
8
8
|
require_relative "end_point_blank/version"
|
|
9
9
|
require_relative "end_point_blank/configuration"
|
|
10
|
+
require_relative "end_point_blank/base_url"
|
|
10
11
|
require_relative "end_point_blank/session_configuration"
|
|
11
12
|
require_relative "end_point_blank/log_entry"
|
|
12
13
|
require_relative "end_point_blank/string_truncator"
|
|
13
14
|
require_relative "end_point_blank/fast_json_truncator"
|
|
14
15
|
require_relative "end_point_blank/xml_truncator"
|
|
15
16
|
require_relative "end_point_blank/masking"
|
|
17
|
+
require_relative "end_point_blank/deprecation_headers"
|
|
16
18
|
require_relative "end_point_blank/writers/shared"
|
|
17
19
|
require_relative "end_point_blank/writers/delayed_writer"
|
|
18
20
|
require_relative "end_point_blank/writers/direct_writer"
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: end_point_blank
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Robert A. Lasch
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date: 2026-
|
|
10
|
+
date: 2026-08-14 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: excon
|
|
@@ -29,28 +29,28 @@ dependencies:
|
|
|
29
29
|
requirements:
|
|
30
30
|
- - ">="
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
|
-
version:
|
|
32
|
+
version: 3.2.6
|
|
33
33
|
type: :runtime
|
|
34
34
|
prerelease: false
|
|
35
35
|
version_requirements: !ruby/object:Gem::Requirement
|
|
36
36
|
requirements:
|
|
37
37
|
- - ">="
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version:
|
|
39
|
+
version: 3.2.6
|
|
40
40
|
- !ruby/object:Gem::Dependency
|
|
41
41
|
name: rexml
|
|
42
42
|
requirement: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
44
|
- - ">="
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version:
|
|
46
|
+
version: 3.3.9
|
|
47
47
|
type: :runtime
|
|
48
48
|
prerelease: false
|
|
49
49
|
version_requirements: !ruby/object:Gem::Requirement
|
|
50
50
|
requirements:
|
|
51
51
|
- - ">="
|
|
52
52
|
- !ruby/object:Gem::Version
|
|
53
|
-
version:
|
|
53
|
+
version: 3.3.9
|
|
54
54
|
- !ruby/object:Gem::Dependency
|
|
55
55
|
name: base64
|
|
56
56
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -91,16 +91,20 @@ files:
|
|
|
91
91
|
- ".rspec"
|
|
92
92
|
- ".rubocop.yml"
|
|
93
93
|
- ".ruby-version"
|
|
94
|
+
- CHANGELOG.md
|
|
95
|
+
- HARDENING_REPORT.md
|
|
94
96
|
- LICENSE
|
|
95
97
|
- README.md
|
|
96
98
|
- Rakefile
|
|
97
99
|
- build.sh
|
|
100
|
+
- deploy
|
|
98
101
|
- docs/superpowers/plans/2026-07-08-framework-agnostic-core.md
|
|
99
102
|
- docs/superpowers/specs/2026-07-08-framework-agnostic-core-design.md
|
|
100
103
|
- end_point_blank.gemspec
|
|
101
104
|
- lib/end_point_blank.rb
|
|
102
105
|
- lib/end_point_blank/access_tokens.rb
|
|
103
106
|
- lib/end_point_blank/authorization.rb
|
|
107
|
+
- lib/end_point_blank/base_url.rb
|
|
104
108
|
- lib/end_point_blank/commands/authentication_cache.rb
|
|
105
109
|
- lib/end_point_blank/commands/basic_authenticate.rb
|
|
106
110
|
- lib/end_point_blank/commands/bearer_generate.rb
|
|
@@ -111,6 +115,7 @@ files:
|
|
|
111
115
|
- lib/end_point_blank/commands/route_pattern_finder.rb
|
|
112
116
|
- lib/end_point_blank/commands/version_finder.rb
|
|
113
117
|
- lib/end_point_blank/configuration.rb
|
|
118
|
+
- lib/end_point_blank/deprecation_headers.rb
|
|
114
119
|
- lib/end_point_blank/fast_json_truncator.rb
|
|
115
120
|
- lib/end_point_blank/log_entry.rb
|
|
116
121
|
- lib/end_point_blank/loggers/logger.rb
|