Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Auth.js

Working on open source libraries for authentication
Collective - Host: opensource - https://opencollective.com/nextauth - Website: https://authjs.dev - Code: https://github.com/nextauthjs/next-auth

refactor(core): export `isAuthAction` (#9896)

* refactor(core): export isAuthAction

* revert

github.com/nextauthjs/next-auth - bb741d95b7031ca62737a3006da9f39b23f205cd authored 11 months ago by Thang Vu <[email protected]>
docs(sveltekit): use `auth` over `getSession` (#9874)

fix: use `auth` over `getSession`

Replaces `getSession` with `auth` given that `getSession` i...

github.com/nextauthjs/next-auth - 0a8123844b6465ce538ad020d2a1a21ed4f0e0ea authored 11 months ago by Esteban Borai <[email protected]>
fix(sveltekit): always set `config.basePath` with SvelteKit imported `base` (#9889)

fix: overwrite basePath with sveltekit provided 'base'

Co-authored-by: Balázs Orbán <info@bal...

github.com/nextauthjs/next-auth - c279bf27ceb485f480051b0d341f31cb234ed22a authored 11 months ago by Nico Domino <[email protected]>
chore: tweak e2e, dev app

github.com/nextauthjs/next-auth - 82b9b3eba1ba22391a707915cdaa4e406226894d authored 11 months ago by Balázs Orbán <[email protected]>
fix: properly extend `NodemailerConfig` by `EmailConfig` (#9890)

github.com/nextauthjs/next-auth - 54d89836a3f33f48e74e31875bdc5263a5b0d01f authored 11 months ago by Balázs Orbán <[email protected]>
Merge branch 'main' of github.com:nextauthjs/next-auth

github.com/nextauthjs/next-auth - ea7b737c1bdc0f0c19700a83a945adbd457d3f6a authored 11 months ago by Balázs Orbán <[email protected]>
chore: force `.js` extension on imports in VSCode

Some examples where this caused a bug: #9883, #9844

github.com/nextauthjs/next-auth - 71caaba70798660a76c26451b4d7225d508e3f54 authored 11 months ago by Balázs Orbán <[email protected]>
test: re-introduce E2E, add basic login/logout tests (#9881)

* add playwright

* add basic login test with keycloak

* run E2E tests in CI

* add `test...

github.com/nextauthjs/next-auth - c1a63680fb6a6cdfd6a4ade8c0b61cbe2aa9cd6f authored 11 months ago by Balázs Orbán <[email protected]>
docs: update sponsor (#9873)

* Update sponsors.mdx

* Update README.md

* Update sponsors.mdx

* Update sponsors.mdx

github.com/nextauthjs/next-auth - 0394e36c2087e759b8c2c39e100ed620c703dadb authored 11 months ago by Balázs Orbán <[email protected]>
Merge branch 'main' of github.com:nextauthjs/next-auth

github.com/nextauthjs/next-auth - f4eef66ff91c3f5d973c4cf71742a5c73b23b257 authored 11 months ago by Balázs Orbán <[email protected]>
chore: drop `.npmrc`

github.com/nextauthjs/next-auth - 2c3de54c68d08df1dc7db403f62c8b5e86fc10a6 authored 11 months ago by Balázs Orbán <[email protected]>
fix: update FusionAuth logo (#9868)

Update fusionauth.svg

github.com/nextauthjs/next-auth - 7bad9a55b37196523e22ba98db40cd52f70b657e authored 11 months ago by Alex Patterson <[email protected]>
chore(release): bump package version(s) [skip ci]

github.com/nextauthjs/next-auth - b31faa8a5e4746a0a6fa4e49fa0a35b8923f1f0f authored 11 months ago by GitHub Actions <[email protected]>
fix: allow Facebook authorization config to be merged (#9866)

github.com/nextauthjs/next-auth - f1f35525d0fa489dbc098b4a13355e2ca14654b6 authored 11 months ago by Mateusz Dionizy <[email protected]>
test: fix drizzle test by `tsx`-ing imports (#9870)

github.com/nextauthjs/next-auth - 9cb4350e3fb6805f2736dc615449cbed5cadef4d authored 11 months ago by Balázs Orbán <[email protected]>
fix: filter client error response, error on missing host (#9837)

github.com/nextauthjs/next-auth - f33a0ace66dab3523d9cd0883d65558b29837b7b authored 11 months ago by Balázs Orbán <[email protected]>
fix: Support empty string `VERCEL_URL` (#9846)

* allow empty VERCEL_URL
* fixes Vercel development env crashes startup #4363

* simplify, su...

github.com/nextauthjs/next-auth - ec50cf042fbd7c4ac4390e6849b6c9956c872aa2 authored 11 months ago by Klaus Badelt <[email protected]>
fix: append `.js` to import (#9845)

* fix: append `.js` to import

Fixes #9844

* Update sqlite.ts

github.com/nextauthjs/next-auth - 9724c208f3eee09bf625e7fd4cd91f3a80fa28b1 authored 11 months ago by Balázs Orbán <[email protected]>
docs: tweak typedoc config

github.com/nextauthjs/next-auth - 7963880593fa358905cd4e31285715783b66470f authored 11 months ago by Balázs Orbán <[email protected]>
fix: allow string return `signIn` callback (#9829)

* correctly use `basePath`

* support string return in signIn callback

* add tests

* App...

github.com/nextauthjs/next-auth - 0a3ff724c5b4c1ebfc054937920df8e2cb500969 authored 11 months ago by Balázs Orbán <[email protected]>
chore: add Vitest UI

github.com/nextauthjs/next-auth - a67cfed64d96da1ecfc75f02e7106d9a403012be authored 11 months ago by Balázs Orbán <[email protected]>
docs: bump z-index of clerk's homepage sponsorship (#9826)

fix clerk sponsorship link targer

github.com/nextauthjs/next-auth - 7775011cabe1df9d52343ef71c271bbd5f111e18 authored 11 months ago by Nick Parsons <[email protected]>
chore: Update good-first-issue.md

github.com/nextauthjs/next-auth - 3ee5beac9601590d857cda65ddfbff63f2b2888d authored 11 months ago by Balázs Orbán <[email protected]>
chore: Update good-first-issue.md

github.com/nextauthjs/next-auth - 3a64801e4511e653a029ffe567a490a479dbae74 authored 11 months ago by Balázs Orbán <[email protected]>
feat: add `getEnvDefaults` and `createActionURL` to `@auth/core` for use in client libs (#9817)

* feat: don't override basePath if it's already been set

* feat: add @auth/core setEnvDefault...

github.com/nextauthjs/next-auth - f5fb578f0b324af9cb392e7aa8e8bfbf0d90e0ce authored 11 months ago by Nico Domino <[email protected]>
chore: set up testing

github.com/nextauthjs/next-auth - cf07bba4f168efa8d3f416c4e0c59e5386213957 authored 11 months ago by Balázs Orbán <[email protected]>
chore(release): bump package version(s) [skip ci]

github.com/nextauthjs/next-auth - eaa3451c6184517c8671457118dbcbb356410279 authored 11 months ago by GitHub Actions <[email protected]>
chore: bump monorepo-release

github.com/nextauthjs/next-auth - e655df10746a6893a1b31d6c1a0848f47dd5c0c1 authored 11 months ago by Balázs Orbán <[email protected]>
chore: enable coverage

github.com/nextauthjs/next-auth - 4afbbcf040690efeeec4de84f77bee1f59c314a7 authored 11 months ago by Balázs Orbán <[email protected]>
chore: replace `jest` with `vitest` (#9818)

* 1

* 2

* 3

* 4

* fixes

* fix

* fix

* fix

* fix

* bump vitest

* fi...

github.com/nextauthjs/next-auth - e84d9867e7896ef4ab10cd503a54a85b7ca153fd authored 11 months ago by Balázs Orbán <[email protected]>
chore: move adapters to vitest (#9807)

* chore: move adapters to vitest

* move firebase

* move hasura

* separate

* revert h...

github.com/nextauthjs/next-auth - f9e8438398dd546034cd63d6aa94fb4090c71641 authored 11 months ago by Balázs Orbán <[email protected]>
chore: try fixing hasura test flakiness

github.com/nextauthjs/next-auth - 1f28f00cacbc9162e94222b388bdc1b06e510708 authored 11 months ago by Balázs Orbán <[email protected]>
chore: tweak svlete kit tests

github.com/nextauthjs/next-auth - 296347f2f855a6c93768731e8063d3a02f8207d1 authored 11 months ago by Balázs Orbán <[email protected]>
chore: bump turbo and typescript

github.com/nextauthjs/next-auth - 64693f1270cbb11a9b6f4a5f6611da5d45a8bae4 authored 11 months ago by Balázs Orbán <[email protected]>
chore: simplify `turbo.json`

github.com/nextauthjs/next-auth - 4bc2000927c60260773d808cc965ae36600cb0a1 authored 11 months ago by Balázs Orbán <[email protected]>
chore: tweak turbo cache

github.com/nextauthjs/next-auth - 7e82ad3fafd6c56214555c13c4ac29e912f58ee0 authored 11 months ago by Balázs Orbán <[email protected]>
chore: add directory

github.com/nextauthjs/next-auth - 2bf71f3bfd71a068782f95b17d87f788c06d71f1 authored 11 months ago by Balázs Orbán <[email protected]>
chore: global vite/vitest, move express (#9806)

* chore: global vite/vitest, move express

* try full path

* bump lock file

* fix path
...

github.com/nextauthjs/next-auth - eb52419cf12b111543ee4af0dcb7f1bea1596fb9 authored 11 months ago by Balázs Orbán <[email protected]>
chore: fix link

github.com/nextauthjs/next-auth - fb5b95c927774ab5112bf0507562c1f60cfef1db authored 11 months ago by Balázs Orbán <[email protected]>
chore: add badge & tweak config

github.com/nextauthjs/next-auth - cccf35b85d71580ae31603598bed59b349b6ea20 authored 11 months ago by Balázs Orbán <[email protected]>
chore: add test coverage (#9805)

github.com/nextauthjs/next-auth - 80460a72582a2e003095d81b7273a993dac0bcf6 authored 11 months ago by Balázs Orbán <[email protected]>
feat: support secret rotation (#9804)

* feat: add support for AUTH_SECRET rotation

* feat: infer `AUTH_SECRET_{1,2,3}` in integrati...

github.com/nextauthjs/next-auth - 9544b3953c979e9dac439e733da4cd35234ef6e1 authored 11 months ago by Balázs Orbán <[email protected]>
chore: tweak

github.com/nextauthjs/next-auth - 9adf81c32b8401d1d544bae19e76440a14220928 authored 11 months ago by Balázs Orbán <[email protected]>
chore: move file

github.com/nextauthjs/next-auth - 47916ae84e29d75310eda54abbb5b0af4b128360 authored 11 months ago by Balázs Orbán <[email protected]>
chore: add `good first issue` comment

github.com/nextauthjs/next-auth - 8f043fba46bdd58c2d09fdebff2f1c7e1eec6563 authored 11 months ago by Balázs Orbán <[email protected]>
Merge branch 'main' of github.com:nextauthjs/next-auth

github.com/nextauthjs/next-auth - 224b65f1ceba18a05984302c5805060363a57eae authored 11 months ago by Balázs Orbán <[email protected]>
chore: add missing triage trigger

github.com/nextauthjs/next-auth - 4b065a531086d954ffc5e7554f8868178465cd14 authored 11 months ago by Balázs Orbán <[email protected]>
chore: tweak config

github.com/nextauthjs/next-auth - 2054526dbb5c2a3dcd395a6df36e45c1d754bee7 authored 11 months ago by Balázs Orbán <[email protected]>
chore(release): bump package version(s) [skip ci]

github.com/nextauthjs/next-auth - 1378f5347cd37fad193ea647997457d82cdb94e6 authored 11 months ago by GitHub Actions <[email protected]>
feat(providers): add Ory Hydra provider (#7755)

* Add Ory Hydra provider

* Update ory-hydra.ts

* Update .env.local.example

* Delete pac...

github.com/nextauthjs/next-auth - 1483efba9483d3f02bf397380863b722c0ae4133 authored 11 months ago by Tomás Castro <[email protected]>
feat(providers): support new username system in Discord (#8114)

* feat(Discord): support new username system

* revert: revert changes

github.com/nextauthjs/next-auth - 96908df20b92dc5d4886a4f4811acbc588e584e8 authored 11 months ago by Synbulat Biishev <[email protected]>
fix(providers): Add email to VK provider (#9705)

* Fixed typos in supabase documentation (#9698)

chore: Fix typos in supabase adapter document...

github.com/nextauthjs/next-auth - 52141318b67ecdeffe690db3a171f84f581890b4 authored 11 months ago by Ruslan Baryshev <[email protected]>
fix(ts): allow PrismaClient with extensions (#9798)

github.com/nextauthjs/next-auth - 29c56dcbf3085d992535a3248d0f6257a12ac0d0 authored 11 months ago by Balázs Orbán <[email protected]>
fix(providers): include new BattleNet OAuth endpoints (#6697)

* Included new BattleNet OAuth endpoints

* Added new Battle.net Oauth issuer urls

* Update...

github.com/nextauthjs/next-auth - 0ff0566bde104951bff40bd889ea23728a05a5e3 authored 11 months ago by Joey Kanaly <[email protected]>
fix: delegate user id generation to Prisma (#9797)

* rename container

* fix: delegate user id generation to Prisma

* fix test util

github.com/nextauthjs/next-auth - 011145609a672c645541e75bcd7434a2e17d5df3 authored 11 months ago by Balázs Orbán <[email protected]>
fix: correctly create `NextRequest` instance instead of `Request` (#9795)

github.com/nextauthjs/next-auth - 3f940815d849b3bd53683835f4b9851750a4b1c9 authored 11 months ago by Balázs Orbán <[email protected]>
fix(docs): drop confusing links/wording from core

Fixes #9789

github.com/nextauthjs/next-auth - b3c7a6c3107cdae7a7735e18776ca14c27c445e8 authored 11 months ago by Balázs Orbán <[email protected]>
fix: always use a generated `id` for `User.id` (#9793)

github.com/nextauthjs/next-auth - 80c86958a30893ffd002ba1ddec739e5608cdcba authored 11 months ago by Balázs Orbán <[email protected]>
refactor: update JWT enc (#9788)

* refactor: update JWT enc

* Update jwt.ts

* Update README.md

* Update jwt.ts

* Upda...

github.com/nextauthjs/next-auth - 0e3d91ae0ea94b3e73072b9e891e13d8204ec0f7 authored 11 months ago by Filip Skokan <[email protected]>
chore: fix build

github.com/nextauthjs/next-auth - dcc55b1bd3cf8efb2ce3b9e66e77dec3c2df47cb authored 11 months ago by Balázs Orbán <[email protected]>
docs: Update upgrade-to-v5.md

ref #9329

github.com/nextauthjs/next-auth - b5d5f20206a08f9cb43aa0059d32963d4e90d088 authored 11 months ago by Balázs Orbán <[email protected]>
chore(ts): fix build

github.com/nextauthjs/next-auth - d85269d1169d068448b831d2ee9517e4673c78b8 authored 11 months ago by Balázs Orbán <[email protected]>
fix(ts): show `user` and `token` in `session` callback (#9756)

github.com/nextauthjs/next-auth - 62f24f54e0f70c36bf3474de168bd0e14812ec57 authored 11 months ago by AJ Stars <[email protected]>
chore(deps-dev): bump @sveltejs/kit from 2.3.3 to 2.4.3 in /apps/examples/sveltekit (#9755)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

github.com/nextauthjs/next-auth - 7acac643cd8eeacc902b1d94e6395153645ee2e3 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
feat: nodemailer (prev Email), Resend, SendGrid (#9753)

* fix base url

* fix dev app

* separate nodemailer provider

* implement resend and send...

github.com/nextauthjs/next-auth - 8f0226bcc4cf777d03567ed826bf96f5989d56ad authored 11 months ago by Balázs Orbán <[email protected]>
chore(deps-dev): bump @sveltejs/kit from 2.4.1 to 2.4.3 (#9754)

Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.4.1 to 2.4....

github.com/nextauthjs/next-auth - 4417c6b5449e2abb95a40349ee0eab2b27fea50a authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix: use match instead of split when parsing action (#9746)

* fix: use match instead of split when parsing action

* Update url-parsing.test.ts

-------...

github.com/nextauthjs/next-auth - fc358dfa19deb697489a767eef53ee00da51f84f authored 11 months ago by Chris Lambe <[email protected]>
chore: Remove obsolote NEXTAUTH_URL in nextjs dev app example config. (#9693)

github.com/nextauthjs/next-auth - 3425f4cf317ae5c2fcbfa277827a84ebed29c066 authored 11 months ago by Winkler <[email protected]>
chore: add analytics (#9613)

add clerk twitter pixel

github.com/nextauthjs/next-auth - af36272b20d407f9fc9bd842ae5bec8316b43614 authored 11 months ago by Nick Parsons <[email protected]>
feat: re-export Adapter types (#9713)

* fix: cleanup SvelteKitAuth export

* Fixed typos in supabase documentation (#9698)

chore:...

github.com/nextauthjs/next-auth - 4167d7cbfec08f901ddc1be160d48163148cb62c authored 11 months ago by Nico Domino <[email protected]>
feat: re-export Adapter types (#9732)

* feat: reexport adapter types for express

* Update adapters.ts

---------

Co-authored-b...

github.com/nextauthjs/next-auth - 778c099fa5f405bd623c893b1af5b8512c706ae8 authored 11 months ago by Nico Domino <[email protected]>
feat: re-export Adapter* types (#9733)

* feat: reexport Adapter* types from @auth/solid-start

* Update adapters.ts

---------

C...

github.com/nextauthjs/next-auth - 5609bd1b332935c01ec75aedeb52ef9a7ab857e2 authored 11 months ago by Nico Domino <[email protected]>
feat: re-export Adapter types (#9730)

* fix: cleanup SvelteKitAuth export

* Fixed typos in supabase documentation (#9698)

chore:...

github.com/nextauthjs/next-auth - 53a0d060d0d86fbded04fcf9e63434fc71b093a4 authored 11 months ago by Nico Domino <[email protected]>
fix(providers): correct typo in yandex documentation (#9734)

github.com/nextauthjs/next-auth - b89a0a8896d333a26e2c4903f4724c0bd1f76a46 authored 11 months ago by Ildar Manzhikov <[email protected]>
chore(deps): bump jsonwebtoken from 8.5.1 to 9.0.0 (#9727)

Bumps [jsonwebtoken](https://github.com/auth0/node-jsonwebtoken) from 8.5.1 to 9.0.0.
- [Change...

github.com/nextauthjs/next-auth - a88f562ddbbe0070c922457c66c72fe6a2eaabd5 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump gatsby from 5.8.0-next.3 to 5.9.1 in /apps/playgrounds/gatsby (#9728)

chore(deps): bump gatsby in /apps/playgrounds/gatsby

Bumps [gatsby](https://github.com/gatsby...

github.com/nextauthjs/next-auth - f16b0cb9db7a5cae38ade459e189a9ddac243156 authored 11 months ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: bump `vite` and clean lock file (#9720)

* chore: bump `vite` and clean lock file

* update

* udpate lock file

github.com/nextauthjs/next-auth - 52c5fd2485c576b581340f99f98799fa62ee1955 authored 11 months ago by Balázs Orbán <[email protected]>
feat: Simplify ExpressAuth setup (#9726)

* feat: simplify Express setup

* fix tests

* simplify

github.com/nextauthjs/next-auth - 0c932837d9906d038638f431a29145e8ccae6733 authored 11 months ago by Balázs Orbán <[email protected]>
refactor: strip undefined values via util function (#9723)

github.com/nextauthjs/next-auth - d2532c312cc4c78c28c8916f719c4aaa33d2202b authored 11 months ago by Balázs Orbán <[email protected]>
fix(ts): use adapter types for entities (#9722)

github.com/nextauthjs/next-auth - fb6c3fd6f80cfba449e7031573256bdfc8c4d778 authored 11 months ago by Balázs Orbán <[email protected]>
feat: expose full session in session callback (#9712)

* feat: expose full session in session callback

* fix build

* fix tests

github.com/nextauthjs/next-auth - ab49b3df3622775b2a7481e07b54361fa1311a0b authored 11 months ago by Balázs Orbán <[email protected]>
fix: correct typos in supabase documentation (#9698)

chore: Fix typos in supabase adapter documentation

github.com/nextauthjs/next-auth - bcef70d2aabf893574d0de60f04559df6a9c62c3 authored 11 months ago by Vishal Kashi <[email protected]>
fix(providers): `signIn` action should allow custom id for the Credentials provider (#9471)

* fix multiple credential providers support

* Update actions.ts

---------

Co-authored-b...

github.com/nextauthjs/next-auth - f8a22034c319cf3956a13de5c544aabbb6c9b0b6 authored 11 months ago by Chung Wei Leong <[email protected]>
chore(release): bump package version(s) [skip ci]

github.com/nextauthjs/next-auth - f4bb790d8041cfbb7fdb2aa37ef45e94f6a027aa authored 11 months ago by GitHub Actions <[email protected]>
feat(sveltekit): Refresh session cookie expiry & introduce `auth` method (#9694)

* fix(kit): set cookies in getSession, introduce auth method

* Apply suggestions from code re...

github.com/nextauthjs/next-auth - cbf5ce89974df1522072b1a7ffed56a7395db51f authored 11 months ago by Thang Vu <[email protected]>
fix: `next-auth` `basePath` should be set to `/api/auth` by default (#9687)

* tweak dev app

* respect `basePath` in `useSession`

* fix type

* default `basePath` to...

github.com/nextauthjs/next-auth - a595ca72595b2bd350b23068f9e437726cef9a9d authored 11 months ago by Balázs Orbán <[email protected]>
feat: add `basePath` option (#9686)

* fix: parse action and provider id

* delete unused file

* use basePath in parseProviders
...

github.com/nextauthjs/next-auth - 963086b36f4dc9203cbcf6997b5fed148f90edc8 authored 11 months ago by Balázs Orbán <[email protected]>
chore(release): bump package version(s) [skip ci]

github.com/nextauthjs/next-auth - 60cb83ea04032c0c69b499d931c679e2104a4e68 authored 11 months ago by GitHub Actions <[email protected]>
feat(env): add environment variable inference (#9670)

* feat(env): add environment variable inference

* chore(example): simplify hooks.server.ts

...

github.com/nextauthjs/next-auth - 882c1a00aa0c3c6cd7164570a3bf4f6da839a711 authored 11 months ago by Balázs Orbán <[email protected]>
chore(release): bump package version(s) [skip ci]

github.com/nextauthjs/next-auth - 46264fb42af4c3ef7137a5694875eaa1309462ea authored 11 months ago by GitHub Actions <[email protected]>
fix: cleanup SvelteKitAuth export (#9663)

github.com/nextauthjs/next-auth - 7d0698ca563dc351d1716adabd6e5ba692076b08 authored 11 months ago by Nico Domino <[email protected]>
fix(sveltekit): bump example app versions (#9662)

github.com/nextauthjs/next-auth - c7c38bab8d61bf956e693edea6685b43a31405cd authored 11 months ago by Nico Domino <[email protected]>
fix(sveltekit): example app syntax fix (#9661)

github.com/nextauthjs/next-auth - 47f295efa04f1979901ca883cc579b817fd2aa31 authored 11 months ago by Nico Domino <[email protected]>
feat: add more providers back to SvelteKit example app (#9618)

github.com/nextauthjs/next-auth - 64aacd21222a205225714b5574c468eaaacb9fc9 authored 11 months ago by Nico Domino <[email protected]>
chore: dev app dynamic provider imports (#9640)

* fix: Github provider tests

* feat: dynamically import providers

* fix: cleanup auth.conf...

github.com/nextauthjs/next-auth - 8f3fecc8d4f81ee22b42885c4eb51259e05a6ed2 authored 11 months ago by Nico Domino <[email protected]>
chore(release): bump package version(s) [skip ci]

github.com/nextauthjs/next-auth - e34d7ad5f2eb6129a5d313cbcfb593eb94d59857 authored 11 months ago by GitHub Actions <[email protected]>
feat(express): add support for `redirectProxyUrl` (#9657)

* fix: Github provider tests

* feat: add support for redirectProxy to framework-express

github.com/nextauthjs/next-auth - f45f04ffb4f34b5dcbbbd9790dcf348d321f226e authored 11 months ago by Nico Domino <[email protected]>
docs: mention community maintained Astro integration

github.com/nextauthjs/next-auth - 0ded94ccb5268a7f90e1ba10b4a82b0e7404e3c6 authored 11 months ago by Balázs Orbán <[email protected]>
chore(release): bump package version(s) [skip ci]

github.com/nextauthjs/next-auth - 93ab5dca6f163bb2112cbca939c5ea829645fabb authored 11 months ago by Balázs Orbán <[email protected]>
chore(release): bump package version(s) [skip ci]

github.com/nextauthjs/next-auth - a6bacdd5600c00bac73c01a368d25d8b71bc8ad4 authored 11 months ago by GitHub Actions <[email protected]>