You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently users need to log in again after successful signup which is not a very good thing. Moreover, file uploading should be safeguarded and restricted to logged in users only. So, here are some of the tasks we gotta do:
Automatic log in on signup.
Check for existence of user because old cookies can validate sessions for users that don't even exist.
Currently users need to log in again after successful signup which is not a very good thing. Moreover, file uploading should be safeguarded and restricted to logged in users only. So, here are some of the tasks we gotta do: