Skip to content

Commit 1dd78ee

Browse files
committed
📝 Documentation for v2.0.12
1 parent 8c97296 commit 1dd78ee

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,22 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
1212
### Fixed
1313
### Security
1414

15+
## [2.0.11] - 2025-05-31
16+
### Added
17+
- [gh652][gh652] - Support IETF rfc7515 JSON Web Signature - JWS by @mridang
18+
- Support JWT `kid` for key discovery and management
19+
- More Documentation by @pboling
20+
- Documentation site @ https://oauth2.galtzo.com now complete
21+
### Changed
22+
- Updates to gemspec (email, funding url, post install message)
23+
### Deprecated
24+
### Removed
25+
### Fixed
26+
- Documentation Typos by @pboling
27+
### Security
28+
29+
[gh652]: https://github.com/oauth-xx/oauth2/pull/652
30+
1531
## [2.0.11] - 2025-05-23
1632
- TAG: [v2.0.11][2.0.11t]
1733
- COVERAGE: 100.00% -- 518/518 lines in 14 files

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -330,9 +330,10 @@ For more see [SECURITY.md][🔐security].
330330

331331
- Works with Ruby versions >= 2.2
332332
- Drop support for the expired MAC Draft (all versions)
333-
- Support IETF rfc7523 JWT Bearer Tokens
334-
- Support IETF rfc7231 Relative Location in Redirect
335-
- Support IETF rfc6749 Don't set oauth params when nil
333+
- Support IETF rfc7515 JSON Web Signature - JWS (since v2.0.12)
334+
- Support IETF rfc7523 JWT Bearer Tokens (since v2.0.0)
335+
- Support IETF rfc7231 Relative Location in Redirect (since v2.0.0)
336+
- Support IETF rfc6749 Don't set oauth params when nil (since v2.0.0)
336337
- Support IETF rfc7009 Token Revocation (since v2.0.10)
337338
- Support [OIDC 1.0 Private Key JWT](https://openid.net/specs/openid-connect-core-1_0.html#ClientAuthentication); based on the OAuth JWT assertion specification [(RFC 7523)](https://tools.ietf.org/html/rfc7523)
338339
- Support new formats, including from [jsonapi.org](http://jsonapi.org/format/): `application/vdn.api+json`, `application/vnd.collection+json`, `application/hal+json`, `application/problem+json`
@@ -495,7 +496,6 @@ SnakyHash::StringKeyed.class_eval do
495496
end
496497
```
497498

498-
499499
#### What if I hate snakes and/or indifference?
500500

501501
```ruby

0 commit comments

Comments
 (0)