flask-oauth icon indicating copy to clipboard operation
flask-oauth copied to clipboard

Bearer Verification from API call

Open raldam opened this issue 8 years ago • 0 comments

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

raldam avatar Aug 31 '17 15:08 raldam