flask-oauth
flask-oauth copied to clipboard
Bearer Verification from API call
Hello,
I am having a tough time figuring out how to verify the access token of a client.
Should I use the same endpoint oauth/token with a GET method in order to verify it or this endpoint is just made for token generation and I should create a endpoint of my own with the request_validator.
Thank you