DEV Community

Discussion on: Implement Protected Routes in NextJS

Collapse
 
profena profile image
Enaholo Akhere

Please what is inside here??

import verifyToken from "services/verifyToken";

Collapse
 
shubhamverma profile image
Shubham Verma

Hey, There is nothing inside of it.
I've added it as a way of showing the usage.
In your case, it could be any function that would verify your token.