@asgardeo/browser 0.1.30 → 0.1.31

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.
package/README.md CHANGED
@@ -45,4 +45,4 @@ authClient.signOut();
45
45
 
46
46
  ## License
47
47
 
48
- Apache-2.0
48
+ Licenses this source under the Apache License, Version 2.0 [LICENSE](./LICENSE), You may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@ export interface SPAConfig {
26
26
  syncSession?: boolean;
27
27
  checkSessionInterval?: number;
28
28
  sessionRefreshInterval?: number;
29
- resourceServerURLs?: string[];
29
+ allowedExternalUrls?: string[];
30
30
  authParams?: Record<string, string>;
31
31
  periodicTokenRefresh?: boolean;
32
32
  autoLogoutOnTokenRefreshError?: boolean;