How can I authenticate users based on their connected wallets using Python. I saw most of the information available is using javascript but I want to do it purely using Python & flask.
I'm working on a Flask web application which will use wallets like meta mask (for now) to authenticate users so that they can deploy smart contracts & other stuff (using ape for smart contract dev) on the web app.
I'm using this code with Moralis API
P.S. Why people are downvoting this post & reducing my reputation? If you think my question is stupid just don't answer. You don't have to be mean about it. Not everyone is a genius. At least I'm trying to learn.