DEV Community

Discussion on: Metamask authentication in NextJS with Third Web

Collapse
 
willholmes profile image
Will Holmes • Edited

How can I ensure only authenticated users can call my nextjs api endpoints after logging in with my wallet?

Collapse
 
nazhimkalam profile image
Nazhim Kalam

I guess using the unique wallet address you could use jwt with it to create access tokens for api authorizations