BloodThermicOriginal post
Rank 3: Container
I have created a signup and it works using server side do I need to use client side for logging in
Summary
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.