klamse
Results
1
issues of
klamse
I have an issue with the example on this page: https://github.com/authlib/example-oauth2-server curl -u zdIKyq4ngefIcRtcU83mYK4x:oBxXfYNeqGtBq07UHrmMXLfonxTimxoJ0qpIhV9lQWYtN82Z -XPOST http://127.0.0.1:5000/oauth/token -F grant_type=password -F username=test1 -F password=valid -F scope=profile Response: {"error": "unauthorized_client"} There is not...