Sharing My Journey in Web Development | Interesting Tools and Methods | And more...
8 min read
April 29, 2023
Persist NextAuth Session using Credentials & OAuth!
How to persist NextAuth session when using both credentials & OAuth.
753
3
6 min read
April 16, 2023
Sessions Strategies (JWTs, Database Session)
When a user Sign In to a website user session should be saved in order to confirm future requests from the user and to persist user session in the website for a limited amount of time.
124
2