Creates a default configuration using the given secret.
Creates a default configuration using the given secret. Default values:
clientSession { cookie { name = "_sessiondata" path = / secure = false httpOnly = true } encryptData = false } csrf { cookie { name = "XSRF-TOKEN" path = / secure = false httpOnly = false } submittedName = "X-XSRF-TOKEN" } rememberMe { cookie { name = "_rememberme" path = / maxAge = 30 days secure = false httpOnly = true } }
Other attributes are None
.