File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ Please file a bug if you notice a violation of semantic versioning.
2020
2121### Added
2222
23+ - [ gh!683] [ gh!683 ] Improve documentation by @pboling
24+
2325### Changed
2426
2527### Deprecated
@@ -30,6 +32,8 @@ Please file a bug if you notice a violation of semantic versioning.
3032
3133### Security
3234
35+ [ gh!683 ] : https://github.com/ruby-oauth/oauth2/pull/683
36+
3337## [ 2.0.17] - 2025-09-15
3438
3539- TAG: [ v2.0.17] [ 2.0.17t ]
@@ -41,6 +45,8 @@ Please file a bug if you notice a violation of semantic versioning.
4145
4246- [ gh!682] [ gh!682 ] - AccessToken: support Hash-based verb-dependent token transmission mode (e.g., {get: : query , post: : header })
4347
48+ [ gh!682 ] : https://github.com/ruby-oauth/oauth2/pull/682
49+
4450## [ 2.0.16] - 2025-09-14
4551
4652- TAG: [ v2.0.16] [ 2.0.16t ]
Original file line number Diff line number Diff line change @@ -62,9 +62,10 @@ NOTE: `header` - The content type specified in the `curl` is already the default
6262</details >
6363
6464<details >
65- <summary >Complete E2E single file script against [navikt/ mock-oauth2-server](https://github.com/navikt/mock-oauth2-server) </summary >
65+ <summary >Complete E2E single file script against mock-oauth2-server</summary >
6666
67- - E2E example using the mock test server added in v2.0.11
67+ - E2E example uses [ navikt/mock-oauth2-server] ( https://github.com/navikt/mock-oauth2-server ) , which was added in v2.0.11
68+ - E2E example does not ship with the released gem, so clone the source to play with it.
6869
6970``` console
7071docker compose -f docker-compose-ssl.yml up -d --wait
You can’t perform that action at this time.
0 commit comments