SecQure
  • 📔Overview
  • 🚀Getting Started
  • Dashboard
    • Project
    • Design
    • Configure - Magic Link Page,Custom Email & SMS
    • Forms
    • Identity Validation
    • Project Setting - Domain and Session
  • Integration
    • HTML
    • Next.js
    • React
    • React Native
  • Backend response handling - SDKs
  • No Codes
    • Bubble
    • Wordpress
    • Webflow
  • APIs
  • Migration
  • Additional Contents
Powered by GitBook
On this page
  1. Dashboard

Identity Validation

You can restrict the users who can login to your application

PreviousFormsNextProject Setting - Domain and Session

Last updated 3 years ago

Was this helpful?

CtrlK

Was this helpful?

You can allow users from a selected domain or you can configure your API to allow only valid users.

Once the API returns userExists":"true" for the requested id, e.g. for email "id":"[email protected]" or for phone "id":"9196576XXXX". If the user exists he will be allowed to Login to your application.

[{"emailID":"[email protected]","userExists":"true","additionalInfo":{"group":"core","role":"admin"},"id":"[email protected]"},