Draft

Example Protected Page

This page demonstrates how to implement authentication in your Quarto blog.

All drafts are password protected by default.

NoteNote

If you’re not authenticated, you’ll see a login modal when you visit this page.

How to Use This

Add draft: true to the frontmatter of your page to protect it.

For example,

---
title: "Example Protected Page"
description: "This page demonstrates how to implement authentication in your Quarto blog."
draft: true
---

Logout

If you’re authenticated, you can logout.