I want to check for the availability of a key generated from the URL after authenticating with Google on page load called 'txtPublicToken'. Once this key is included in the URL/captured, I want to trigger the action of including it in an API request for completing authentication. What would be the suggested method doing so? Custom on page load JS? We are doing this method to work properly with Stytch.com.
You can check the following box:
In the JS you can look at the URL Params using an if statement
2 Likes