API Reference

Seamless login using JWT Token

How It Works:

  1. The Tenant generates a JWT token containing the email and/or mobile number.
  2. The JWT token is then passed to Mondia via an iframe:

html

<iframe src=https://mondia-portal.com?token=eyJhbGciOiJIUzI1... />

  1. Mondia validates the token and extracts the user details for authentication.