#Sessions

7 messages · Page 1 of 1 (latest)

bitter nest
#

you are talking about the nextAuth Session

quasi gust
#

I just want to store the user

bitter nest
#

You want to store the user information in a global state so that you can access that in any component right ?

#

You can create a global state by using recoil.js lib and store the user in that. its very easy with recoil

quasi gust
bitter nest
#

I think so