Seamless login using JWT Token
How It Works:
- The Tenant generates a JWT token containing the email and/or mobile number.
- The JWT token is then passed to Mondia via an iframe:
html
<iframe src=https://mondia-portal.com?token=eyJhbGciOiJIUzI1... />
- Mondia validates the token and extracts the user details for authentication.