https://github.com/ivandotv/nextjs-client-signin-logic
Example of implementing client sign-in flow with Next.js and protecting static pages from unauthorized access.
https://github.com/ivandotv/nextjs-client-signin-logic
nextjs nextjs-example
Last synced: 9 months ago
JSON representation
Example of implementing client sign-in flow with Next.js and protecting static pages from unauthorized access.
- Host: GitHub
- URL: https://github.com/ivandotv/nextjs-client-signin-logic
- Owner: ivandotv
- Created: 2021-03-30T18:10:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T20:40:40.000Z (9 months ago)
- Last Synced: 2025-03-28T23:05:32.940Z (9 months ago)
- Topics: nextjs, nextjs-example
- Language: TypeScript
- Homepage: https://static-page-login-example.vercel.app/
- Size: 231 KB
- Stars: 132
- Watchers: 1
- Forks: 33
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js client-side sign in logic
This is an example repository to accompany my article:
[Protecting static pages in Next.js application](https://dev.to/ivandotv/protecting-static-pages-in-next-js-application-1e50)
It demonstrates the logic for implementing client sign-in flow with Next.js and protecting static pages from unauthorized access.
Check it out live: [static page login example](https://static-page-login-example.vercel.app/)