2025-06-08 UTC
#
sugardave So, I've been kicking around some thoughts on ways to implement IndieAuth and I finally came up with a naive implementation that uses an EVM wallet (i.e. MetaMask) to sign a message (proof you own the wallet) and compares the public address of the signer to a whitelist of addresses you wish to represent your authentication source. The sticky part is being able to keep track of the authorization code generated at the auth endpo