-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Add server-side call option #1123
Conversation
Co-authored-by: Balázs Orbán <info@balazsorban.com>
Vercel archived their now packages a while back, so you can use vercel env pull to pull in the .env
This is a simple typographical error changed accesed to accessed
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-7769 reports a high-severity issue with the current version of nodemailer. This should be merged and released right away if possible.
the current routing for the Okta provider does not follow the standard set by Okta, and as such doesn't allow for custom subdomains. this update amends the routes to allow for customer subdomains, and also aligns next-auth with Okta's documentation.
* chore(deps): upgrade "standard" * style(lint): run lint fix * fix(provider): optional chain Spotify provider profile img
* chore: use stale label, instead of wontfix * chore: add link to issue explaining stalebot * chore: fix typo in stalebot comment * chore: run build GitHub Action on canary also * chore: run build GitHub Actions on canary as well * chore: add reproduction section to questions
* Fixed Reddit Authentication * updated fix for build test * updated buffer to avoid deprecation message * Updated for passing tests
* update: deps * fix: broken link * fix: search upgrade change
* Include callbackUrl in newUser page * Update src/server/routes/callback.js Co-authored-by: Iain Collins <me@iaincollins.com> * Update src/server/routes/callback.js Co-authored-by: Iain Collins <me@iaincollins.com> Co-authored-by: Iain Collins <me@iaincollins.com> Co-authored-by: Nico Domino <yo@ndo.dev>
* Add support for Fauna DB * Add integration tests Co-authored-by: Nico Domino <yo@ndo.dev>
Co-authored-by: styxlab <cws@DE01WP777.scdom.net> Co-authored-by: Balázs Orbán <info@balazsorban.com>
Bumps [next](https://github.com/vercel/next.js) from 9.5.3 to 9.5.4. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](vercel/next.js@v9.5.3...v9.5.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Nico Domino <yo@ndo.dev>
* Add Bungie provider * Use absolute URL for images * Correct image URL and use consistent formatting Co-authored-by: Nico Domino <yo@ndo.dev>
* add provider: Microsoft * documentation * support no tenant setup * fix code style * chore: rename Microsoft provider to AzureADB2C * chore: alphabetical order in providers/index * doc: add provider to FAQ
…xtauthjs#895) * Update Slack to v2 authorize urls, option for additional authorize params * acessTokenGetter + documentation
Co-authored-by: Balázs Orbán <info@balazsorban.com> Co-authored-by: Nico Domino <yo@ndo.dev>
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.1 to 9.18.5. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/9.18.5/CHANGES.md) - [Commits](highlightjs/highlight.js@9.18.1...9.18.5) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Balázs Orbán <info@balazsorban.com> Co-authored-by: Nico Domino <yo@ndo.dev>
This allows us to check if the user is signed in when using JWTs Part of nextauthjs#625
* chore: use stale label, instead of wontfix * chore: add link to issue explaining stalebot * chore: fix typo in stalebot comment * chore: run build GitHub Action on canary also * chore: run build GitHub Actions on canary as well * chore: add reproduction section to questions * feat(provider): Add Azure Active Directory B2C (nextauthjs#809) * add provider: Microsoft * documentation * support no tenant setup * fix code style * chore: rename Microsoft provider to AzureADB2C * chore: alphabetical order in providers/index * Revert "feat(provider): Add Azure Active Directory B2C (nextauthjs#809)" (nextauthjs#919) This reverts commit 6e6a24a. * chore: add myself to the contributors list 🙈 * docs: fix incorrect references in cypress docs * chore: add additional docs clarification Co-authored-by: Balázs Orbán <info@balazsorban.com> Co-authored-by: Vladimir Evdokimov <evdokimov.vladimir@gmail.com>
* Display error if no [...nextauth].js found fixes nextauthjs#647 * Log the error and describe it inside errors.md Co-authored-by: Balázs Orbán <info@balazsorban.com>
* fix: okta client authentication * chore: run lint fix * Update pages/api/auth/[...nextauth].js Co-authored-by: Balázs Orbán <info@balazsorban.com> Co-authored-by: mgraser <matt.graser@mlb.com> Co-authored-by: Balázs Orbán <info@balazsorban.com>
manually added PR labels were constantly removed on new commits/builds, this hopefully fixes that
Co-authored-by: Archit Khode <archit.khode@gmail.com>
…thjs#1267) * feat(provider): update session when login/logout successful * chore: remove manual page reload from dev app * docs(client): document redirect: false
* fix(adapter): Verify identifier as well as token in Prisma adapter * feat(adapter): Improve typeorm adapter Improve conditional check in TypeORM adapter. This should have no impact in practice but sets a good example.
…extauthjs#1283) Co-authored-by: Iain Collins <me@iaincollins.com>
* docs(adapter): Update Prisma docs (nextauthjs#1279) * Update azure-ad-b2c.md add hint for redirection URL, otherwise difficult to find out * Update azure-ad-b2c.md changed .env ro .env.local as per recommendation * Update azure-ad-b2c.md * Update azure-ad-b2c.md * Update azure-ad-b2c.md * update conf in .env.local follow the .env guidelines * Update azure-ad-b2c.md * Create azure-ad-b2c.md * Create azure-ad-b2c.md * Update azure-ad-b2c.md Co-authored-by: Iain Collins <me@iaincollins.com>
* fix(adapter): Fix Prisma delete Must use Prsima deleteMany() instead of delete() with multiple clauses. * feat: Update example project Update example project to make it easier to test with database adapters. * fix(ui): Fix message text in light / auto theme Info message text is always on the same background (blue) on both themes so should always be white. * docs: Update example .env [skip release] * feat: Update Prisma peerOptionalDependencies
@iaincollins any thoughts on the next steps here? |
I've also forked this and am using it with this change in. Any issues that are blocking this from getting merged? |
Nothing particularly blocks this PR, we just want to make sure that user-facing APIs are meaningful changes and not thrown around carelessly. We haven't had the proper time yet to discuss this in a detailed manner, so it is therefore not merged yet. Iain and I soon will have a discussion about the currently open PRs and will probably look into this one as well and will try to come back with feedback. Until we decide feel free to use any fork providing this functionality 🙂 @gergelyke We currently changed our release flow (again 😬), so if you want to keep this PR alive, it would make the review process quicker if you could make the base |
ok, I am sorry, I don't have the time to keep pushing for this - we'll keep using the fork for the time being |
I respect that! We will probably keep this in mind and you'll see when/if we implement anything to solve this 🙂 |
🎉 This issue has been resolved in version 3.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
So we had to chat about it, and we decided that this was the least bad option, and we got on board with it. 😄 Hope it solves your problems @gergelyke! (And possibly others using Kubernetes etc.) I added you as a co-author in #1449 |
🎉 This issue has been resolved in version 4.0.0-next.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What:
Closes #1121
Checklist: