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

Was this helpful?

  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?

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":"james@gmail.com" or for phone "id":"9196576XXXX". If the user exists he will be allowed to Login to your application.

[{"emailID":"james@gmail.com","userExists":"true","additionalInfo":{"group":"core","role":"admin"},"id":"james@gmail.com"},