Skip to content

deal-machine/next-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

next-auth

Next JS project to apply authentication

Explain Access Token and Refresh Token ℹ️

Access token 🔑

  • used into requests to check user and session
  • have a minimum duration
  • it's dangerous if token save critical informations and have a long duration

Refresh token ♻️

  • used to update access token time expiration without the login necessity
  • have a long duration

About

Next JS project to apply authentication

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors