Hall Plan Displays

Setting Up Always-Auth for HallPlan

To ensure the HallPlan page is always accessible without requiring manual login:

  1. Generate an API-Access Key

    • In the Watchmen Admin Panel, create a new API-Access Key.

    • Set a validity period (maximum duration: 1 year).

API-Access Key cannot be retrieved at a later time

  1. Find the HallPlan Page ID

    • Locate the HallPlan page from the side navigation.

    • The URL should follow the format:

https://watchmen.novoai.de/hallPlan/<hallPlan-id>

Finding the <hallPlan-id>

  1. Construct the Auto-Login URL

    • Append the API-Access Key to the URL:
    https://watchmen.novoai.de/hallPlan/<hallPlan-id>?api-key=<API-AccessKey>
    
  2. Test the URL

    • Open a browser and enter the generated URL.

    • If configured correctly, the HallPlan page should load automatically without requiring login.

This setup ensures a seamless, dedicated display for the HallPlan page with persistent authentication using API-Access Keys.

Updated on