spelling: signatures

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2020-12-19 22:01:59 -05:00
parent 97d3e8fa7f
commit 22de6da60b
1 changed files with 1 additions and 1 deletions

View File

@ -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