Auth

[auth.jwt]
secret = "$JWT_SECRET"
expiration = 3600

[auth.basic]
username = "admin"
password = "123456"