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

Function to fetch and refresh tokens #316

Closed
SBlechmann opened this issue Aug 13, 2024 · 2 comments
Closed

Function to fetch and refresh tokens #316

SBlechmann opened this issue Aug 13, 2024 · 2 comments
Assignees
Labels
feature request Request a potential feature

Comments

@SBlechmann
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently, FiLiP only offers a way to handle Bearer tokens in the header but there is no function or example how to fetch (and refresh) a token.
Imo, we should provide a function that does so and adjust the example.

Describe the solution you'd like
Implement our internal functions for the keycloak_token_handler in FiLiP.

@SBlechmann SBlechmann added the feature request Request a potential feature label Aug 13, 2024
@djs0109
Copy link
Contributor

djs0109 commented Aug 21, 2024

Good points. I would integrate it as an example that works for now. There are a lot of third-party libs that can authenticate the session/client/etc, that can be used by FiLiP clients. Therefore, it will be a bit redundant for FiLiP to support and maintain this functionality.

@djs0109 djs0109 assigned djs0109 and sbanoeon and unassigned djs0109 Aug 27, 2024
Copy link

Branch 316-Function-to-fetch-and-refresh-tokens created!

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

No branches or pull requests

3 participants