@parsrun/auth 0.1.15 → 0.1.17
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/index.d.ts +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1514,8 +1514,8 @@ declare class EmailVerificationService {
|
|
|
1514
1514
|
declare function createEmailVerificationService(storage: KVStorage, config: EmailVerificationConfig): EmailVerificationService;
|
|
1515
1515
|
|
|
1516
1516
|
/**
|
|
1517
|
-
* @
|
|
1518
|
-
*
|
|
1517
|
+
* @module
|
|
1518
|
+
* Passwordless-first authentication for Pars.
|
|
1519
1519
|
* A provider-based, multi-runtime authentication library.
|
|
1520
1520
|
*
|
|
1521
1521
|
* @example
|