server-authentication-next.js
JWT auth demo
An example of server-side authentication using JWT tokens in Next.js
106 stars
3 watching
14 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
demojwtjwt-authenticationjwt-tokennextjsnextjs-templateserver-renderingserver-side-renderingzeit
Related projects:
Repository | Description | Stars |
---|---|---|
gitcommitshow/auth-jwt | Demonstrates JWT authentication and reverse engineering for educational purposes. | 246 |
ctrlaltdylan/shopify-session-tokens-nextjs | An example application demonstrating Shopify's OAuth handshake and cookie-less session token generation & verification using Next.js and shopify-nextjs-toolbox utilities. | 106 |
adam-hanna/jwt-auth | A JSON web token middleware for GoLang http servers. | 232 |
pbteja1998/nextjs-starter | A Next.js starter kit with authentication and Fauna DB integration for building scalable web applications | 449 |
denisorehovsky/django-elm-auth-with-jwt | An example of implementing JSON Web Token authentication using Django and Django REST Framework as backend and Elm for frontend. | 20 |
auth0-blog/react-flux-jwt-authentication-sample | A sample project demonstrating how to add authentication to a React Flux app using JWTs and multiple authentication sources | 589 |
danawoodman/sveltekit-auth-example | An example SvelteKit app implementing various authentication backends and features | 107 |
xarenard/webauthn_fido_java_react | A Java-based web authentication demo using React.js and Spring Boot, supporting TouchId and WebAuthn protocols for secure user authentication. | 11 |
sinbadxiii/phalcon-auth-jwt | A Phalcon-based implementation of JSON Web Token authentication and authorization | 3 |
hrushikedar33/next-fire-auth | A Next.js project providing a basic setup for Firebase authentication with email and Google authentication | 6 |
jcjones/webauthn.bin.coffee | A simple web authentication testing site implemented in JavaScript | 90 |
ctrlaltdylan/shopify-nextjs-toolbox | Tools for authenticating NextJs apps with Shopify's OAuth handshake and AppBridge Session Tokens | 160 |
jasongoodwin/authentikat-jwt | A claims-based authentication standard implementation in Scala | 133 |
jshttp/basic-auth | Parses basic authentication credentials from HTTP headers | 701 |
auth0-blog/nextjs-got | An authentication solution for a Next.js application using Auth0 | 33 |