# HG changeset patch # User Kim Alvefur # Date 1689892684 -7200 # Node ID 308b5b117379aed329df2c16df211136274ad65c # Parent 7565298aa19759acfe2f89c274f10c1fdf9f1ad5 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. diff -r 7565298aa197 -r 308b5b117379 mod_http_oauth2/README.markdown --- 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