Member Junction
    Preparing search index...
    Index

    Constructors

    Methods

    • Match a domain against a pattern. Supports:

      • "*" → matches everything
      • "*.example.com" → matches subdomains AND bare domain
      • "example.com" → exact match only

      This is a static method so it can be reused by AuthHandler for the same domain matching logic.

      Parameters

      • actual: string
      • pattern: string

      Returns boolean