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

Improve JWTComponent to access both access and refresh tokens #149

Closed
migduroli opened this issue Oct 22, 2024 · 0 comments · Fixed by #151
Closed

Improve JWTComponent to access both access and refresh tokens #149

migduroli opened this issue Oct 22, 2024 · 0 comments · Fixed by #151
Assignees
Labels
feature request Request for a new feature
Milestone

Comments

@migduroli
Copy link
Member

Summary

Improve JWTComponent to access both access and refresh tokens

Motivation

Our current implementation of the JWTComponent does not have the capacity to bear the access and refresh token at the same time. This leads to issues when using both tokens at the same time in a JWT-protected API.

Proposed changes

We suggest a change of name for the class JWTComponent towards AuthTokensComponent to better represent the output of the resolve() method, which should become an object with both the access and refresh tokens (i.e., jwt.JWT objects).

@migduroli migduroli added the feature request Request for a new feature label Oct 22, 2024
@migduroli migduroli self-assigned this Oct 22, 2024
@migduroli migduroli added this to the 1.8.0 milestone Oct 22, 2024
This was referenced Oct 23, 2024
@migduroli migduroli linked a pull request Oct 23, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for a new feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant