-
Notifications
You must be signed in to change notification settings - Fork 265
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🌱 Add sendFingerprint option on signIn
- Loading branch information
1 parent
fc38de5
commit 9ec3fca
Showing
4 changed files
with
76 additions
and
12 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 |
---|---|---|
|
@@ -25,7 +25,7 @@ Read our [contributing guidelines](./CONTRIBUTING.md) if you wish to contribute. | |
* [unlockAccount](#unlockaccountoptions) | ||
* [verifyRecoveryToken](#verifyrecoverytokenoptions) | ||
* [webfinger](#webfingeroptions) | ||
* [fingerprint] (#fingerprintoptions) | ||
* [fingerprint](#fingerprintoptions) | ||
* [tx.resume](#txresume) | ||
* [tx.exists](#txexists) | ||
* [transaction.status](#transactionstatus) | ||
|
@@ -132,6 +132,7 @@ The goal of an authentication flow is to [set an Okta session cookie on the user | |
|
||
- `username` - User’s non-qualified short-name (e.g. dade.murphy) or unique fully-qualified login (e.g [email protected]) | ||
- `password` - The password of the user | ||
- `sendFingerprint` - Enabling this will send a `X-Device-Fingerprint` header. Defaults to `false` | ||
|
||
```javascript | ||
authClient.signIn({ | ||
|
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