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
Much of the functionality in KeycloakClient for logging in and refreshing the access token seems to re-implement behavior already implemented in golang.org/x/oauth2 and golang.org/x/oauth2/clientcredentials. This issue includes research into whether those libraries would be sufficient, and refactoring KeycloakClient to use them if they are. I would be happy to take this on.
The text was updated successfully, but these errors were encountered:
Of course, happy to help out! I actually just submitted a PR to golang/oauth2 that should help out with this (it's still possible to use golang/oauth2 without it but it's a bit more annoying), so I'll see where that goes...
Much of the functionality in
KeycloakClient
for logging in and refreshing the access token seems to re-implement behavior already implemented in golang.org/x/oauth2 and golang.org/x/oauth2/clientcredentials. This issue includes research into whether those libraries would be sufficient, and refactoringKeycloakClient
to use them if they are. I would be happy to take this on.The text was updated successfully, but these errors were encountered: