BloodThermic
I have created a signup and it works using server side do I need to use client side for logging in
TL;DR
The user asked if they need to use client-side code for logging in if they already have server-side login functionality. Another user replied that it depends on whether their backend includes authorization. Overall, it is not necessary to use client-side code for logging in if the backend already manages authorization. joeyouss
Hi - how are you managing auth
joeyouss
If your backend includes authorisation, then it's fine.
BloodThermic
[SOLVED] login Client? Server
Recommended threads
- self-hosted auth: /v1/account 404 on saf...
Project created in React/Next.js, Appwrite version 1.6.0. Authentication works in all browsers except Safari (ios), where an attempt to connect to {endpoint}/v1...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...