Skip to content
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

Fix auth token revocation (broken since 0.6.3) #157

Merged
merged 1 commit into from
Aug 15, 2018

Commits on Aug 15, 2018

  1. Fix auth token revocation

    Looks like 43d175f has updated the API URLs
    to follow the updated spec, but the revocation endpoint HTTP method remained
    GET whereas it's supposed to be a POST (GET returns 404).
    
    Update The HTTP method for /revoke to be a POST.
    tadast committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    3913377 View commit details
    Browse the repository at this point in the history