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
feat: use slices.Contains instead of for loops (#2111)
Use `slices.Contains` instead of manual loops. Some of these were
suggested by the gopls language server, and I did a quick search of the
codebase for similar patterns which could use the same.
Co-authored-by: Cemal Kılıç <[email protected]>
log.WithField("issuer", p.Issuer).WithField("client_id", p.ClientID).Warn("Use of POST /token with arbitrary issuer and client_id is deprecated for security reasons. Please switch to using the API with provider only!")
0 commit comments