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
- Replace hand-rolled membership loops with slices.Contains in
shouldIssueRefreshToken, tokens.HasOpenID and tokens.CrossClientTrusted.
- Hoist the constant password/client_credentials scope policies to package vars
so ScopePolicy() no longer allocates the maps on every request.
- Harden Endpoint.writeError against a typed-nil *oauth2.Error so a future grant
returning one cannot panic the token endpoint.
- Correct the ConnectorID doc: returning "" skips the connector step, which
authorization_code does deliberately (gated at /auth).
Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
0 commit comments