forked from mystiq/dex
ctx is not used
This commit is contained in:
parent
21174c06a1
commit
8959dc4275
1 changed files with 1 additions and 1 deletions
|
@ -573,7 +573,7 @@ type storageKeySet struct {
|
|||
storage.Storage
|
||||
}
|
||||
|
||||
func (s *storageKeySet) VerifySignature(ctx context.Context, jwt string) (payload []byte, err error) {
|
||||
func (s *storageKeySet) VerifySignature(_ context.Context, jwt string) (payload []byte, err error) {
|
||||
jws, err := jose.ParseSigned(jwt)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
|
|
Loading…
Reference in a new issue