forked from mystiq/dex
spelling: signatures
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
97d3e8fa7f
commit
22de6da60b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ type rotationStrategy struct {
|
|||
rotationFrequency time.Duration
|
||||
|
||||
// After being rotated how long should the key be kept around for validating
|
||||
// signatues?
|
||||
// signatures?
|
||||
idTokenValidFor time.Duration
|
||||
|
||||
// Keys are always RSA keys. Though cryptopasta recommends ECDSA keys, not every
|
||||
|
|
Loading…
Reference in a new issue