From ebd620562c9ce94d0f75f7c8cdd909816f0653e3 Mon Sep 17 00:00:00 2001 From: Dametto Luca <45915503+LucaTheHacker@users.noreply.github.com> Date: Sat, 26 Apr 2025 17:31:40 +0200 Subject: [PATCH] Update website/docs/add-secure-apps/providers/oauth2/device_code.md Co-authored-by: Dominic R Signed-off-by: Dametto Luca <45915503+LucaTheHacker@users.noreply.github.com> --- website/docs/add-secure-apps/providers/oauth2/device_code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/add-secure-apps/providers/oauth2/device_code.md b/website/docs/add-secure-apps/providers/oauth2/device_code.md index 31c503fa0b..1dbdbb3940 100644 --- a/website/docs/add-secure-apps/providers/oauth2/device_code.md +++ b/website/docs/add-secure-apps/providers/oauth2/device_code.md @@ -1,6 +1,6 @@ # Device code flow -(Also known as device flow, Device Authorization Grant flow and [RFC 8628](https://datatracker.ietf.org/doc/html/rfc8628)) +(Also known as device flow, Device Authorization Grant flow, and [RFC 8628](https://datatracker.ietf.org/doc/html/rfc8628)) This type of authentication flow is useful for devices with limited input capabilities and/or devices without browsers.