Skip to content
Snippets Groups Projects
Commit a825e1d9 authored by Christian Pointner's avatar Christian Pointner
Browse files

added hint about oidc refresh-token

parent 5272499b
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,9 @@ func NewOIDCBackend(cfg *OIDCConfig) (b *OIDCBackend, err error) {
return
}
// TODO: implement session refresh go-routine
// see: https://github.com/golang/oauth2/issues/84
func (b *OIDCBackend) CallbackHandler() http.Handler {
return &oidcCallbackHandler{backend: b}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment