A quick project using Netlify Identity with Next.js.
See Demo deployed on Netlify (Email: mario@bros.com - Password: mariobros)
- installing Netlify Identity Widget and deploying on Netlify.
- creating an auth context with useContext.
- handling #, log in and log out.
- customizing the navbar for connected users.
- using Netlify Functions to protect content.
- enabling Google and GitHub as auth providers.
Based on Next.js & Identity (auth) Tutorial by Shaun Pelling - The Net Ninja (2021).