Which methods do you use for check user login or not?
May I know which methods do you use for check user login or not?
Method 1 - Create server session and check database according session details.
Method 2 - Use JWT to store in cookies and use that to check in database
What else?
Anybody know a method to reduce database call for check user details?
Method 1 - Create server session and check database according session details.
Method 2 - Use JWT to store in cookies and use that to check in database
What else?
Anybody know a method to reduce database call for check user details?