-
Notifications
You must be signed in to change notification settings - Fork 294
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(clerk-js, clerk-react,types): Rename assurance to reverification (
- Loading branch information
1 parent
2e369ee
commit fb932e5
Showing
10 changed files
with
256 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
"@clerk/clerk-js": minor | ||
"@clerk/shared": minor | ||
"@clerk/clerk-react": minor | ||
"@clerk/types": minor | ||
--- | ||
|
||
Rename `__experimental_assurance` to `__experimental_reverification`. | ||
|
||
- Supported levels are now are `firstFactor`, `secondFactor`, `multiFactor`. | ||
- Support maxAge is now replaced by maxAgeMinutes and afterMinutes depending on usage. | ||
- Introduced `____experimental_SessionVerificationTypes` that abstracts away the level and maxAge | ||
- Allowed values 'veryStrict' | 'strict' | 'moderate' | 'lax' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.