Session Based Auth System [state-full]
Session based auth is traditional method of auth and it is state-full means we store sessions of user in memory or DB and share session_id to user to verity his identity
This method is gold standard
onkark.hashnode.dev2 min read