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

Add option to logout all previous JWTS #94

Closed
wants to merge 1 commit into from
Closed

Conversation

aviadl
Copy link
Member

@aviadl aviadl commented Nov 13, 2024

This new function call, will expire all jwts created prior to the one in the request related to https://github.com/descope/etc/issues/8242

This new function call, will expire all jwts created prior to the one in the request
related to descope/etc#8242
@aviadl aviadl enabled auto-merge (squash) November 13, 2024 10:58
@@ -348,6 +348,10 @@ class DescopeClient extends HttpClient {
return post('auth/logout', emptyResponse, headers: authorization(refreshJwt));
}

Future<void> logoutPrevious(String refreshJwt) {
Copy link
Member

Choose a reason for hiding this comment

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

No logoutAll?

@dorsha
Copy link
Member

dorsha commented Nov 14, 2024

We are going with different approach.

@dorsha dorsha closed this Nov 14, 2024
auto-merge was automatically disabled November 14, 2024 09:22

Pull request was closed

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.

2 participants