Hello,
This is my first time doing proper web development. I am trying to make a captive portal login using web3auth but captive portals have many limitations:
It should be noted when designing a custom splash page that for security reasons many client device CPD implementations:
Immediately close the browser when the client has authenticated.
Prohibit the use of href links.
Prohibit downloading of external files (including .css and .js, even if they are allowed in firewall settings).
Prohibit the execution of javascript.
Given these requirements would it even be possible to use web3auth? I looked into the documentation and examples but I couldn’t find any that remotely followed these rules. Am I missing something here? any specific example I should look at? Any help is appreciated!
Thanks for the quick reply. This might work but I was hoping to show the user the web3auth modal like in this example Integration Builder | Web3Auth. But I should be able to create a similar-looking UI that does API calls like this sfa node example?