Enable Custom User Validation

Now that we have coded the logic, let’s enable Custom User Validation. To do this, you must first deploy the function to the console.

Enter this CLI command to deploy the function component alone to the console.

copy
$
catalyst deploy --only functions

functions_deploy

A function endpoint will be created for the function that allows you to access the function directly. The function will be deployed to the console.

Now, go to the console, and implement the following steps:

  1. Navigate to the Whitelisting section in the Authentication component, and click the Custom User Validation toggle. custom_toggle

  2. Select the Basic I/O function from the drop-down in the pop-up. configure_function

  3. Click Configure. validation_setup

The Custom User Validation function has been enabled for the project, and the end-users signing up for your application will now be additionally authenticated using this function.

Note: You can find out about the all of the features present in the Whitelisting section form in this help document.

Last Updated 2023-12-20 13:25:04 +0530 +0530