authhero 0.102.0 → 0.103.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4970,6 +4970,7 @@ export type Bindings = {
4970
4970
  };
4971
4971
  export interface AuthHeroConfig {
4972
4972
  dataAdapter: DataAdapters;
4973
+ allowedOrigins?: string[];
4973
4974
  }
4974
4975
  export interface CreateX509CertificateParams {
4975
4976
  name: string;