Swekey auth: token caching enabled by default
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#
|
||||
# It is recommended to include the following lines to contact the
|
||||
# authentication servers in SSL mode.
|
||||
#
|
||||
|
||||
SERVER_CHECK=https://auth-check-ssl.musbe.net
|
||||
SERVER_RNDTOKEN=https://auth-rnd-gen-ssl.musbe.net
|
||||
@@ -37,9 +38,7 @@ SERVER_STATUS=https://auth-status-ssl.musbe.net
|
||||
#
|
||||
# If your server receives many login requests, you can enable the random
|
||||
# token caching to accelerate the authentication process.
|
||||
# This is disabled by default because a cache file with full public access
|
||||
# is vulnerable to a denial of service attack.
|
||||
# You can enable it when your server is running in a secure environment.
|
||||
# Token caching is enabled by default.
|
||||
#
|
||||
|
||||
#ENABLE_TOKEN_CACHE=1
|
||||
#ENABLE_TOKEN_CACHE=0
|
||||
|
Reference in New Issue
Block a user