DEV Community

Discussion on: Implement Protected Routes in NextJS

Collapse
 
lingyiaoyang profile image
lingyiaoyang

verifytoken is a dependencies?

Collapse
 
shubhamverma profile image
Shubham Verma

No, verifyToken is a function, that you would implement to verify your JWT token.