Ecosyste.ms: Awesome
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: 12 days 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.
- Host: GitHub
- URL: https://github.com/Tenacity-Dev/Next.js-jwt-http-cookie-only
- Owner: Tenacity-Dev
- License: gpl-3.0
- Created: 2022-02-03T22:03:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-20T00:37:40.000Z (over 2 years ago)
- Last Synced: 2024-08-01T02:34:19.452Z (3 months ago)
- Topics: authentication, httpcookiestorage, jwt, nextjs, react
- Language: JavaScript
- Homepage: https://www.youtube.com/watch?v=T6fRWZWrJzI
- Size: 85 KB
- Stars: 49
- Watchers: 1
- Forks: 17
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.