we can reduce the amount of ceremony an app needs to do to authenticate users (via SIWE) today. what if apps could SIWE in one line (client-side) by providing an auth url to the wallet provider on `wallet_connect`, and the provider does the SIWE ceremony with the app's server?
một vài ghi chú: - sử dụng ERC-7846 (`wallet_connect`) - kết nối một lần + SIWE - tất cả các thuộc tính SIWE (chainId, domain, uri, v.v.) có thể được suy ra bởi nhà cung cấp, nhưng có thể bị ghi đè bởi ứng dụng - giảm số lần đi lại giữa ứng dụng và ví
797