
I need help with authenticating users from my website to appwrite, I have my own auth system using MERN stack, and I know appwrite doesn't support MongoDB but I think there is got to be a way I can basically authorize users from my website to send messages using appwrite with their accounts(user Id, usernameand profile picture is all I need)

you could use Server Side SDKs to create user accounts on Appwrite, using their credentials.

That's great!

Is SDK free?

all sdks are free, haha. if you use Appwrite Cloud, there's pricing involved. if you are self hosting, its your hardware and its cost. there's no other costs associated.

Thanks a lot

So basically if I understood correctly, as soon as someone registers on my website, I can make a user on appwrite with the credentials that they used for my website?

Yes. the default hash algo. used for passwords is Argon. afaik its configurable too. You can use the same passwords as your users. But why that much hassle? i mean you could directly use Appwrite for Auth.

Well I would like to but I thouth appwrite doesn't support MongoDB? I don't have an idea how I would do that since I am new to appwrite
Recommended threads
- how many Teams can be created?
I am creating an app where I will let users create groups. This could mean there will be many groups created by user, to isolate those groups properly I am thin...
- android kotlin error updatePhone
package vasu.apps.schooldashboard.Services import android.util.Log import io.appwrite.Client import io.appwrite.ID import io.appwrite.exceptions.AppwriteExcept...
- React native app login via Safari
Hi! I deployed for debug my React Native app in web, chrome everythink works well but in safari on mac and ios I cant login. I found this one error in safari co...
