We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9f79d9 commit eafd8afCopy full SHA for eafd8af
server/server.go
@@ -32,7 +32,7 @@ func NewServer(cfg *Config, manager oauth2.Manager) *Server {
32
return "", errors.ErrAccessDenied
33
}
34
35
- srv.PasswordAuthorizationHandler = func(ctx context.Context, clientID, username, password string) (string, error) {
+ srv.PasswordAuthorizationHandler = func(ctx context.Context, username, password, clientID string) (string, error) {
36
37
38
return srv
0 commit comments