Hello, We are using the Moralis sdk v1, as we built our application on that.
I see the Moralis+NextAuth implementation in the newer moralis v2 docs, I want to integrate the same functionality with my ReactJS application and using the moralis-V1 sdk.
there is a different way of using the auth with moralis v2, there is an api specific to auth, you need a backend for that in order to make a request to the auth api and without having to save the api key in front end
you can use next js for that, new auth api and previous way of authenticating with a Moralis Server are totally different ways.
if you still want to use moralis v1 sdk you can self host a moralis server
you can get more info here:
If you want to do something similar to how a Moralis server works you can look at the tutorial pasted above, you also have a video there, where parse server is used for self hosting and it works with Moralis v1 sdk