API ReferenceAuthentication & AuthorizationAuthConfigOn this pageAuthConfig An array of authentication rules for the full DB. The DB scans these rules and will use the first one that matches the repository's path. Definition Type: AuthConfig = { rule: AuthRule; rulePath: RegExp | string }[]