Does anybody know wether authlib python library support the Resource Owner Password Credentials Grant flow for Flask OIDC Provider?
In the documentation only appear Code, Implicit and Hybrid Flow.
https://docs.authlib.org/en/latest/flask/2/openid-connect.html
If so, please could you tell me how do you implement the functionality?