RealitiKey Website
Last updated
Last updated
When the user completes an easy, randomized math test, we verify their answers using their UserID (or VID). If the math question and VID match our records, the user is redirected back to your website with their VID included as a URL parameter, signifying they are verified. To enhance security, you can send a simple HTTP POST request to our Cloudflare server and wait for a response. For verification, direct the user to our website: .
URL:
The "redirect" parameter specifies the URL to which the user is directed upon completing the math task
Without a redirect URL, the website will remain static.
The "dark" parameter determines whether the website should activate dark mode upon loading. If you set the value to:
0: The website will toggle dark mode off
1: The website will toggle dark mode on
The "performance" parameter determines whether animations can be used when loading the website. Setting this value accordingly allows for smoother performance and user experience.
0: The website will toggle performance mode off
1: The website will toggle performance mode on