These days, I’m making login process. I made up my mind to use jwtToken. Here’s the thing. I made two token, accessToken and refreshToken. but my coworker said that “why you made two tokens. you just made one token and put two tokens in the token. which means, one token manage accessToken and refreshToken. I’ve never thougt that why people use accessToken and refreshToken individualy. Is there any reason? Is it better that I make one token to manage two token??
I’d like to know token more.
Aiden is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.