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
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:
- Navigate to the Whitelisting section in the Authentication component, and click the Custom User Validation toggle.
Last Updated 2024-11-21 14:43:37 +0530 +0530