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

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.

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/)