i am currently using moralis.authenticate() to enable users to connect their wallet, this allows me to get their ethAddress so i can display the assets from my collection that they own, however this currently needs the dapp/server which is closing down.
Is there a solution using vanilla js? it makes life a lot easier than having to use nextjs which ive seen on the auth api.
Any help is really appreciated. I started this web art project over 10 years ago.
thank you.