fix: remove signing key creation (when not found)
This commit is contained in:
parent
4390119d1d
commit
06dcac4c2f
6 changed files with 14 additions and 77 deletions
|
@ -20,9 +20,8 @@ type AuthStorage interface {
|
|||
|
||||
TerminateSession(context.Context, string, string) error
|
||||
|
||||
GetSigningKey(context.Context, chan<- jose.SigningKey, chan<- error, <-chan time.Time)
|
||||
GetSigningKey(context.Context, chan<- jose.SigningKey)
|
||||
GetKeySet(context.Context) (*jose.JSONWebKeySet, error)
|
||||
SaveNewKeyPair(context.Context) error
|
||||
}
|
||||
|
||||
type OPStorage interface {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue