9 Matching Annotations
  1. Oct 2025
    1. Launch Checklist

      Combine both these categories into Go-live

      Launch Checklist, View Auth logs etc. We will separate them once we have more content per category

    1. Organizations in your application typically manage: User grouping - Group users who work together and manage team access to features Data ownership - Isolate customer data by organization and maintain clear boundaries Billing & subscriptions - Associate payments with organizations and track usage Security policies - Define authentication requirements and control access

      This is not necessary; and it may even confuse the reader;

    1. Keep users signed in: include offline_access

      Ideally, this shouldn't exist here but be covered as part of initiate login article as a mandatory way of doing things; If someone wants to login with scalekit, they would want to receive tokens; so, we should just tell them as part of initiate login, send these scopes - "openid email profile offline_access"