Improve command line help (#1465)

Make jwt-secret explicit about 32 characters minimum.
This commit is contained in:
Duncan Ogilvie
2020-03-21 18:44:08 -05:00
committed by GitHub
parent 0f8838623b
commit fe59f9bedf
+1 -1
View File
@@ -275,7 +275,7 @@ readOptions = do
|
|## choose a secret, JSON Web Key (or set) to enable JWT auth
|## (use "@filename" to load from separate file)
|# jwt-secret = "foo"
|# jwt-secret = "secret_with_at_least_32_characters"
|# secret-is-base64 = false
|# jwt-aud = "your_audience_claim"
|