Custom Server Authentication
About the Authentication option in Custom Server.
Last updated
Was this helpful?
About the Authentication option in Custom Server.
Last updated
Was this helpful?
If this option is not active, when any user connects to the custom server, it does not go through any validation process and directly redirect the html page of your choice. In addition, JWT token validation is not used in any request.
However, if this option is on, when any user connects to your server, the user will be asked for a 4-digit code. This code is a randomly generated 4-digit numeric code that changes every 10 seconds on the Custom Server screen.
JWT token verification is also active when this option is on. Thus, all transactions of the user are under verification control.