Idle-Session-Timeout not working in next-auth js project
I am building a project using Next js 14, so I have an app/
directory and don’t have a pages/
directory.
I am also using next-auth v5 beta
for authentication and also this package called idle-session-timeout
from npm.