Skip to content

Commit 5e4dbe3

Browse files
committed
docs: update draft-12 device flow reference
1 parent 9739a2b commit 5e4dbe3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The following drafts/experimental specifications are implemented by oidc-provide
5151
- [OpenID Connect Front-Channel Logout 1.0 - draft 02][frontchannel-logout]
5252
- [RFC7592 - OAuth 2.0 Dynamic Client Registration Management Protocol (Update and Delete)][registration-management]
5353
- [OAuth 2.0 Web Message Response Mode - draft 00][wmrm]
54-
- [OAuth 2.0 Device Flow for Browserless and Input Constrained Devices - draft 11][device-flow]
54+
- [OAuth 2.0 Device Flow for Browserless and Input Constrained Devices - draft 12][device-flow]
5555
- [JWT Response for OAuth Token Introspection - draft 01][jwt-introspection]
5656

5757
Updates to draft and experimental specification versions are released as MINOR library versions,
@@ -171,5 +171,5 @@ See the list of available emitted [event names](/docs/events.md) and their descr
171171
[oauth-native-apps]: https://tools.ietf.org/html/rfc8252
172172
[debug-link]: https://github.com/visionmedia/debug
173173
[wmrm]: https://tools.ietf.org/html/draft-sakimura-oauth-wmrm-00
174-
[device-flow]: https://tools.ietf.org/html/draft-ietf-oauth-device-flow-11
174+
[device-flow]: https://tools.ietf.org/html/draft-ietf-oauth-device-flow-12
175175
[jwt-introspection]: https://tools.ietf.org/html/draft-lodderstedt-oauth-jwt-introspection-response-01

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1715,5 +1715,5 @@ async userCodeInputSource(ctx, form, out, err) {
17151715
[third-party-cookies-git]: https://github.com/mindmup/3rdpartycookiecheck
17161716
[third-party-cookies-so]: https://stackoverflow.com/questions/3550790/check-if-third-party-cookies-are-enabled/7104048#7104048
17171717
[wmrm]: https://tools.ietf.org/html/draft-sakimura-oauth-wmrm-00
1718-
[device-flow]: https://tools.ietf.org/html/draft-ietf-oauth-device-flow-11
1718+
[device-flow]: https://tools.ietf.org/html/draft-ietf-oauth-device-flow-12
17191719
[jwt-introspection]: https://tools.ietf.org/html/draft-lodderstedt-oauth-jwt-introspection-response-01

0 commit comments

Comments
 (0)