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
vendor/github.com/ory/hydra/oauth2/fosite_store_sql.go:119: not enough arguments in call to cm.GetClient
have (string)
want ("context".Context, string)
vendor/github.com/ory/hydra/oauth2/handler.go:276: too many arguments in call to h.OAuth2.NewAccessResponse
have ("context".Context, *http.Request, fosite.AccessRequester)
want ("context".Context, fosite.AccessRequester)
vendor/github.com/ory/hydra/oauth2/handler.go:346: too many arguments in call to h.OAuth2.NewAuthorizeResponse
have ("context".Context, *http.Request, fosite.AuthorizeRequester, *Session)
want ("context".Context, fosite.AuthorizeRequester, fosite.Session)
Hi!
I wanted to update the idp library to:
but got those errors:
PR: janekolszak/idp#36
The text was updated successfully, but these errors were encountered: