elynox.template.quartz-vault-template

Not logged in
Home

❯

Test Authentication Flow

Test Authentication Flow

Aug 01, 20251 min read

Test Authentication Flow

This page requires authentication. If you can see this content, you are successfully authenticated!

Authentication Flow Testing

  1. Issue 1 Fix: The authentication script should no longer run on every page visit when you’re already logged in. The shared Auth0 instance manager ensures only one initialization.

  2. Issue 2 Fix: After authentication, you should have been redirected back to this page (not the home page). The appState.returnTo parameter preserves your original destination.

  3. Issue 3 Fix: You should see a logout button in the left sidebar. Click it to log out and test the authentication flow again.

Current Authentication Status

If you’re seeing this content, you are authenticated. Check the left sidebar for:

  • The logout button (from Auth0Logout component)
  • Your authentication status

Testing Instructions

  1. Navigate to this page while logged out - you should be redirected to Auth0 login
  2. After login, you should return to this exact page
  3. Navigate away and come back - no re-authentication should occur
  4. Click the logout button to test logout functionality

Graph View

  • Test Authentication Flow
  • Authentication Flow Testing
  • Current Authentication Status
  • Testing Instructions

Backlinks

  • Welcome to Quartz

Created with Quartz v4.5.1 © 2025

  • GitHub
  • Discord Community