Skip to content

Commit 26b14f4

Browse files
reinkrulCopilot
andauthored
Update component/authn/storage.go
Co-authored-by: Copilot <[email protected]>
1 parent 6f0aadb commit 26b14f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

component/authn/storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ func (o Storage) SetUserinfoFromToken(ctx context.Context, userInfo *oidc.UserIn
235235

236236
func (o Storage) GetKeyByIDAndClientID(ctx context.Context, keyID, clientID string) (*jose.JSONWebKey, error) {
237237
//TODO implement me
238-
panic("GetKeyByIDAndClientID")
238+
return nil, errors.New("GetKeyByIDAndClientID(): not implemented")
239239
}
240240

241241
func (o Storage) ValidateJWTProfileScopes(ctx context.Context, userID string, scopes []string) ([]string, error) {

0 commit comments

Comments
 (0)