authhero 0.298.0 → 0.299.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.
- package/dist/authhero.cjs +11 -11
- package/dist/authhero.d.ts +4 -0
- package/dist/authhero.mjs +169 -162
- package/dist/stats.html +1 -1
- package/package.json +1 -1
package/dist/authhero.d.ts
CHANGED
|
@@ -21034,6 +21034,10 @@ export interface SeedOptions {
|
|
|
21034
21034
|
* Callback URLs for the default client
|
|
21035
21035
|
*/
|
|
21036
21036
|
callbacks?: string[];
|
|
21037
|
+
/**
|
|
21038
|
+
* Allowed logout URLs for the default client
|
|
21039
|
+
*/
|
|
21040
|
+
allowedLogoutUrls?: string[];
|
|
21037
21041
|
/**
|
|
21038
21042
|
* Whether to log progress (defaults to true)
|
|
21039
21043
|
*/
|