An open API service indexing awesome lists of open source software.

https://github.com/Tenacity-Dev/Next.js-jwt-http-cookie-only

You'll learn how to implement your own authentication in Next.js using JWT and storing that JWT inside an httpOnly cookie.
https://github.com/Tenacity-Dev/Next.js-jwt-http-cookie-only

authentication httpcookiestorage jwt nextjs react

Last synced: 11 months ago
JSON representation

You'll learn how to implement your own authentication in Next.js using JWT and storing that JWT inside an httpOnly cookie.

Awesome Lists containing this project

README

          

# Next.js-jwt-http-cookie-only
You'll learn how to implement your own authentication in Next.js using JWT and storing that JWT inside an httpOnly cookie.