Browse Source

spelling: signatures

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/1891/head
Josh Soref 5 years ago
parent
commit
22de6da60b
  1. 2
      server/rotation.go

2
server/rotation.go

@ -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…
Cancel
Save