guys my appwrite auth isnt working? oauth works (Sign in with google n discord) i have 2 websites deployed where do i get help when i do sign in with email and password it goes like
<@1087889306208718959>
ive got a users colection in the database for email sign ups etc
and oauth sign ups go in auth ig
tho ig email sign ups also go in auth..? 😭 idk
Hmmm you don't need one for login
What's the code?
To what...
Everything happens in auth ya..?
For the login
To see what's wong lol
Oh
Uh oh
I'm on phone rn ..🥀 And I don't really know where it is
It's a github repo and I think there's a file name auth.ts
Wait I can check on phone ok ok one min...😭
I suppose it's this
File
There's also a _authenticated.tsx
.
Aaaaaaaaaaaaaaaaaaaaaaaaaaaaa
remember, it's community help, if you don't get an instant response it's normal
regaring the features : Auth - is everything related to your Users, it's there that they can register/login/set preference, change teams/groups and set custom policies for passwords. (Oauth is part of that, and an email/pass user can also add "provider identities" using oauth. e.g. saying user with email X = discord account with same email, login with email or discord log to the same appwrite user)
Databases - is everything related to actual work data, not users
Storage - data too big for Databases + assets
Messaging - Email/SMS/Push sending (via Teams or Users from the Auth )
Functions - additional work that can't be ran using the SDK alone (AI work, requesting external services, ...)
additionally if you checked the Appwrite permissions, when there is user scoped permissions, it's using the ID of the User in the Auth section
Recommended threads
- Scheduled functions (CRON) not firing — ...
Hi team — same symptom as a recent thread here where switching from a round cron expression to an offset-minute one fixed it. Project ID: 69fa56560037c7843a85 ...
- Functions in cloud console not works
please advise as all of my runing functions on Appwrite console was working before , but now it give this error [Invalid `headers` param: Value must be a valid...
- Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the proce...