You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: