changeset 5615:308b5b117379

mod_http_oauth2: Hint at future deprecation of resource owner password grant It is strongly discouraged by all the modern OAuth 2.0 (and 2.1) documents.
author Kim Alvefur <zash@zash.se>
date Fri, 21 Jul 2023 00:38:04 +0200
parents 7565298aa197
children 59d5fc50f602
files mod_http_oauth2/README.markdown
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_http_oauth2/README.markdown	Fri Jul 21 00:37:34 2023 +0200
+++ b/mod_http_oauth2/README.markdown	Fri Jul 21 00:38:04 2023 +0200
@@ -213,7 +213,7 @@
 
 -   Authorization Code grant, optionally with Proof Key for Code Exchange
 -   Device Authorization Grant
--   Resource owner password grant
+-   Resource owner password grant *(likely to be phased out in the future)*
 -   Implicit flow *(disabled by default)*
 -   Refresh Token grants