HostMobile App - Doc
  • Welcome!
  • App Usage
    • Custom Server
      • Before Run Custom Server
      • Custom Server Authentication
      • How to change web folder and starter page?
  • Default Server & API
    • Before Run Default Server
    • Main Page Default Server
      • Upload Folder To App
      • Shared Preference API
    • Shared Preference API
    • SQLite API
  • Others
    • Privacy Policy
Powered by GitBook
On this page

Was this helpful?

  1. App Usage
  2. Custom Server

Custom Server Authentication

About the Authentication option in Custom Server.

PreviousBefore Run Custom ServerNextHow to change web folder and starter page?

Last updated 1 year ago

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.

The screen that appears when a user tries to connect to the server from any browser;

JWT token verification is also active when this option is on. Thus, all transactions of the user are under verification control.

Close Auth
OpenAuth
Randomly Generated Code
Custom Server Verification Screen in Browser