Does moralis still store users and sessions in their database in the latest release?

Does Moralis still store users and sessions in their database in the latest release? Moreover it seems they have taken away web3auth. we use to depend on them for this service but after migrating to the newer version of Moralis it looks it isn’t possible to use it anymore. i need help and suggestion community

To what are you referring in particular with latest release?

Moralis 2.0 requires a backend and you can store users directly in your backend.

so i have to now manage users on my own right?. what about the web3auth, because we want to give our users web2 experience as well.

if you want to use moralis 2.0, there are tutorials that could help you to integrate it:

it only talks about connecting with wallet. with the previous version of moralis you could authenticate users with web3Auth (https://v1docs.moralis.io/moralis-dapp/users/web3-login/web3auth) but i am not seeing it in the latest release

we don’t have a tutorial yet for web3auth, it should be possible to authenticate with web3auth too

ohkay, i am going to keep reading. Thank you