Hi, I'm looking to implement "web3" authentication. Is there anything like that integrating with SuperTokens already?
If not, I would appreciate any pointers to the best way for me to implement it myself.
(By "web3" auth, this is what I mean: on a new session the server sends a challenge to the user client who signs it with their crypto wallet and sends back to the server. The server compares the signed challenge with the previously registered public keys for the user. Here's an in-depth "vanilla" integration example
https://www.toptal.com/ethereum/one-click-login-flows-a-metamask-tutorial)