Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix race condition in logOut. #1005

Closed
wants to merge 30 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
7047316
Assign authInfo when using assignProperty option.
jaredhanson Sep 21, 2021
894fbf9
Fix race condition in logOut. Fixes #1004
chr15m Sep 19, 2023
da379a0
Merge branch 'master' into authinfo-assignprop
jaredhanson Nov 27, 2023
b4e4cff
Fix test to allow setting of authInfo from authorize call.
jaredhanson Nov 27, 2023
0f2f81c
Fix test to allow setting of authInfo with assignProperty.
jaredhanson Nov 27, 2023
2815dc9
Merge pull request #1012 from jaredhanson/authinfo-assignprop
jaredhanson Nov 27, 2023
8dd8ec5
Update changelog.
jaredhanson Nov 27, 2023
33b92f9
0.7.0
jaredhanson Nov 27, 2023
0575de9
Add Stytch as sponsor. Thanks
jaredhanson Jan 26, 2024
1b8b272
Add Auth0 as sponsor.
jaredhanson Aug 16, 2024
a440f07
Update README.
jaredhanson Aug 16, 2024
f6e8151
Update README.
jaredhanson Aug 16, 2024
2bb4c7f
Update README.
jaredhanson Aug 16, 2024
8c30605
Update README.
jaredhanson Aug 16, 2024
e7c59ad
Add README.
jaredhanson Aug 16, 2024
87a22b7
Update README.
jaredhanson Aug 16, 2024
a24d8ec
Update README.
jaredhanson Aug 16, 2024
b86b333
Update README.
jaredhanson Aug 16, 2024
50ecd29
Update README.
jaredhanson Aug 16, 2024
f862a77
Update README.
jaredhanson Aug 16, 2024
610e079
Update README.
jaredhanson Aug 16, 2024
7cf0af6
Update README.
jaredhanson Aug 16, 2024
97d7eff
Update README.
jaredhanson Aug 16, 2024
d3d945d
Update README.
jaredhanson Aug 16, 2024
1e05d6c
Update README.
jaredhanson Aug 16, 2024
940002f
Update README.
jaredhanson Aug 16, 2024
b43cea1
Update README.
jaredhanson Aug 16, 2024
1b15281
Update README.
jaredhanson Aug 16, 2024
217018d
Update README.
jaredhanson Aug 16, 2024
85c283e
Merge remote-tracking branch 'origin/pr/1005'
chr15m Dec 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.
  • Loading branch information
jaredhanson committed Aug 16, 2024
commit 50ecd293fddcd9f610c5fcdd54699700fb25ec7e
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ hooks for controlling what occurs when authentication succeeds or fails.
<br/>
Make login our problem. Not yours.
</p>
<p>Auth0 by Okta provides a simple and customizable login page to authenticate your users. You can dynamically add new capabilities to it - including social login, multi-factor authentication, or passkeys - without making changes to your app’s code.
We help protect your app and your users from attacks - defending your application from bot attacks and detecting runtime anomalies based on suspicious IPs, breached credentials, user context, and more.</p>
<p>Auth0 by Okta provides a simple and customizable login page to authenticate your users. You can dynamically add new capabilities to it - including social login, multi-factor authentication, or passkeys - without making changes to your app’s code.</p>
<p>We help protect your app and your users from attacks - defending your application from bot attacks and detecting runtime anomalies based on suspicious IPs, breached credentials, user context, and more.</p>
</a>
<br/>
<br>
Expand Down
Loading