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

[pull] main from nextauthjs:main #372

Open
wants to merge 1,795 commits into
base: main
Choose a base branch
from
Open

[pull] main from nextauthjs:main #372

wants to merge 1,795 commits into from

Conversation

pull[bot]
Copy link

@pull pull bot commented Jul 19, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

thevuong and others added 30 commits May 29, 2024 14:10
Co-authored-by: Nico Domino <yo@ndo.dev>
Co-authored-by: Nico Domino <yo@ndo.dev>
Update drizzle.mdx

missing comma causes prettier and code to not work as desired
…example (#11040)

Co-authored-by: Nico Domino <yo@ndo.dev>
…rows an error (#11010)

* Fix NextAuth redirecting to /undefined when signIn method throws an
error
@auth/core `Auth` function can return an internalResponse or a Standard
Response. Internal response has a `redirect` attribute. The problem is
that the logic inside `Auth` method when there is an error is returning
a Standard web Response which doesn't have `redirect` attribute but we
can get redirecting url by using `headers.get('Origin')`.

I think this fix this issue:
#11008

* Move action test to tests folder

* Remove test-adapter and add reference to docs

* Defend from undefined responseUrl

* Fix linter

* chore(test): simplify tests

---------

Co-authored-by: Thang Vu <hi@thvu.dev>
…ess environments (#9459)

Co-authored-by: Nico Domino <yo@ndo.dev>
Co-authored-by: Kawahara Shotaro <121674121+k-taro56@users.noreply.github.com>
Co-authored-by: Nico Domino <yo@ndo.dev>
Co-authored-by: Nico Domino <yo@ndo.dev>
* fix: rm unnecessary csrfCheck in sveltekit

* fix: rm unnecessary csrf check in webauthn signIn()

* fix: drop more unnecessary skipCSRFCheck calls

---------

Co-authored-by: Thang Vu <hi@thvu.dev>
add error code to SignInResponse

Co-authored-by: Nico Domino <yo@ndo.dev>
Co-authored-by: Thang Vu <hi@thvu.dev>
* Update keycloak.mdx

"Access Type: confidential" no longer exists from Keycloak v.20

* Apply suggestions from code review

---------

Co-authored-by: Balázs Orbán <info@balazsorban.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⤵️ pull merge-conflict Resolve conflicts manually
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet