mail-server/resources/config/jmap/oauth.toml

19 lines
328 B
TOML

#############################################
# JMAP OAuth server configuration
#############################################
[oauth]
key = "__OAUTH_KEY__"
[oauth.auth]
max-attempts = 3
[oauth.expiry]
user-code = "30m"
auth-code = "10m"
token = "1h"
refresh-token = "30d"
refresh-token-renew = "4d"
[oauth.cache]
size = 128