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
1 May, 2023, 09:23
Hi - how are you managing auth
joeyouss
1 May, 2023, 09:23
If your backend includes authorisation, then it's fine.