Closed balazsorban44 closed 6 days ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
auth-docs | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 16, 2024 0:13am |
Attention: Patch coverage is 0.66079%
with 451 lines
in your changes missing coverage. Please review.
Project coverage is 39.64%. Comparing base (
1c37d92
) to head (08162cb
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
☕️ Reasoning
signIn
method.LiteralUnion
typeredirect: false
for OAuth providers in client-sidesignIn
. We already allowed this for the server-side version. In some cases, you might just want the URL before redirecting viawindow.location.href
, eg. you want to use a popup window to initiate the signin.signIn
andsignOut
methods. Now, unlessredirect: false
is explicitly added, these methods will returnvoid
.@auth/core/client
)🧢 Checklist
🎫 Affected issues
📌 Resources