is Next auth user session secure ?
Unanswered
Mhamad Othman posted this in #help-forum
Hello guys , i have a question , is session from next-auth safe ?! im trying to create a dashboard and i want to use user sesssion , is it better to use session that is in database or client session ?
thanks
thanks
1 Reply
Auth.js allows you to choose JWT or database by using strategy flag. as you may know, database is safer and flexible but not performant. it depends your use case and requirements.