RealitiKey Website
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: https://rhv.pages.dev.


Website Requirements
URL:
Required URL Params
Redirect
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.
Optional URL Params
Dark
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
Performance
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
Last updated