-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revoke token on wrong auth #8
Comments
|
That sounds reasonable. Can you put that into a PR? |
Open
@awestendorf hmmm |
Apologies, I forgot all about this. I'll try to test it soon. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
if login on email have not access can not relogin on other
if add in -- If no whitelist or blacklist, match on domain
https.request("https://accounts.google.com/o/oauth2/revoke","token="..access_token)
before return 401
all ok
maybe add option?
The text was updated successfully, but these errors were encountered: