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.Hi - how are you managing auth
If your backend includes authorisation, then it's fine.
[SOLVED] login Client? Server
Recommended threads
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...