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

Implement token revocation endpoint #84

Merged
merged 1 commit into from
Apr 22, 2023
Merged

Implement token revocation endpoint #84

merged 1 commit into from
Apr 22, 2023

Conversation

mgorven
Copy link
Contributor

@mgorven mgorven commented Apr 20, 2023

RFC 7009: OAuth 2.0 Token Revocation
https://datatracker.ietf.org/doc/html/rfc7009

@mgorven mgorven requested a review from aliev as a code owner April 20, 2023 20:01
@codecov-commenter
Copy link

Codecov Report

Merging #84 (aa72462) into master (c1f3a87) will decrease coverage by 0.68%.
The diff coverage is 70.58%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
- Coverage   98.55%   97.87%   -0.68%     
==========================================
  Files          15       15              
  Lines         691      707      +16     
  Branches      106      110       +4     
==========================================
+ Hits          681      692      +11     
- Misses          4        6       +2     
- Partials        6        9       +3     
Impacted Files Coverage Δ
aioauth/types.py 100.00% <ø> (ø)
aioauth/server.py 95.30% <64.28%> (-3.22%) ⬇️
aioauth/errors.py 100.00% <100.00%> (ø)
aioauth/storage.py 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Owner

@aliev aliev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you approved!

@aliev aliev merged commit 266fc9e into aliev:master Apr 22, 2023
@mgorven mgorven deleted the revoke branch April 24, 2023 16:28
@shawn-monadical
Copy link

Hi there @aliev, it seems like this didn't get included in the most recent release v1.5.4, was that intentional? Do you know when this feature might get released? Thanks, Shawn

@aliev
Copy link
Owner

aliev commented Jul 27, 2024

Hi, @shawn-monadical

Sorry for the late reply; I had a tough week. Give me some time after the weekend, and I will review all possible options regarding the release. I’ll also try to answer your questions in Discussions.

@shawn-monadical
Copy link

No worries @aliev, hope you're feeling better and of course thank you for your work on this excellent project. It's been a big help for me.

@aliev
Copy link
Owner

aliev commented Aug 3, 2024

@shawn-monadical I released v1.6.0. Could you check, please?

@shawn-monadical
Copy link

Thanks @aliev, it seems the token revocation endpoint and the new OIDC classes are included in the latest release, exactly what I needed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants