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

chore(deps): upgrade `next` dev dependency

github.com/nextauthjs/next-auth - b0f6175ceca604f2ba1538b1dd5a1cd9168ea30f authored about 3 years ago
fix: default to `VERCEL_URL` for `callbackUrl`

github.com/nextauthjs/next-auth - 1c7fe57edbee2e0247a087a8bc7686c1f5dbac62 authored about 3 years ago
fix: use `VERCEL_URL` by default for `secureCookie` (#3399)

github.com/nextauthjs/next-auth - 59797bbdef5ce19f2f8326c8027c8edc06037beb authored about 3 years ago
chore: fix typo in comment (#3388)

github.com/nextauthjs/next-auth - 9eb78a9de95d261a2443a262de5edbb0336c278b authored about 3 years ago
docs: match docs page wording for `SECURITY.md`

github.com/nextauthjs/next-auth - 2670bbb28ff48af7bd6eaa724efc21bbfc931935 authored about 3 years ago
fix(ts): improve types for `encode`/`decode` functions (#3346)

* fix: improve types for encode/decode functions

* fix: use Awaitable type for encode/decode ...

github.com/nextauthjs/next-auth - 0431c2a33444b65d22ee72cb14cc6ddf7cac9408 authored about 3 years ago
fix(providers): convert 42 School profile `id` to string (#3351)

github.com/nextauthjs/next-auth - 5ac688cc180f7e933fd16c018a0a2c3d92746933 authored about 3 years ago
fix(ts): typo in `Auth0Profile` interface (#3347)

github.com/nextauthjs/next-auth - 8ea75f0c1c24679b31810bc6179e5d01b4cb3771 authored about 3 years ago
fix: remove `nextauth` from authorization params (#3332)

Co-authored-by: Balázs Orbán <[email protected]>

github.com/nextauthjs/next-auth - 4dcdb62dcabad8cbc14a5357cf6c5690bb12c3d1 authored about 3 years ago
chore: add opencollective to package.json (#3333)

github.com/nextauthjs/next-auth - 1f4b7d8089937e356225dcab463d042e9780ec5a authored about 3 years ago
docs: add top contributors to package.json

github.com/nextauthjs/next-auth - fedb84872d8b54004e38cc60d6367e2debe77b52 authored about 3 years ago
docs: upgrade README

github.com/nextauthjs/next-auth - c0dddfb77f766dd90c1dfa6344964ba5800712a4 authored about 3 years ago
fix: Fallback to --color-text when no color-brand (#3313)

github.com/nextauthjs/next-auth - cc17ddf8aae3a233b2e7a0dd75481f89d2f5bc4f authored about 3 years ago
Merge branch 'main' into beta

github.com/nextauthjs/next-auth - 8644e553edc342e89662c270432cd4e148fbefb3 authored about 3 years ago
feat(providers): ensure GitHub provider always gives an email (#3302)

* Ensure that GitHub provider always gives an email

* Update src/providers/github.js

Co-author...

github.com/nextauthjs/next-auth - d1d0db43eaa50d62c10350a6ea62ca4554404ec5 authored about 3 years ago
chore(providers): TS improvements (#3295)

github.com/nextauthjs/next-auth - b01f6805d3a8683ade5f945bd25c7d5089d283fe authored about 3 years ago
feat(providers): refactor Apple provider (#2875)

* chore: remove legacy code

* fix(providers): refactor Apple provider

* chore(dev): add Apple ...

github.com/nextauthjs/next-auth - c44b860b9eaf28a2a55547286103ba50ef93b49d authored about 3 years ago
fix(providers): correct authorization url for Atlassian (#2999)

* fix(provider): correct authorization for Atlassian

* feat(providers): use wellKnown for bet...

github.com/nextauthjs/next-auth - 22f74d7c4dc244952185472141a8006324318f24 authored about 3 years ago
fix: add custom error message when session required (#3288)

github.com/nextauthjs/next-auth - 2570168660e915ee052277519d1e2ddd5a565020 authored about 3 years ago
feat(oauth): expose `httpOptions` (#3287)

github.com/nextauthjs/next-auth - 187a1474f557157b3024146d13173f1ac4901abb authored about 3 years ago
fix(providers): Rewrite EVEOnline in TS, fix default scopes (#2759)

* refactor EVEOnlineProvider into typescript, fix default scopes

* Update src/providers/eveonli...

github.com/nextauthjs/next-auth - 4dc76749f22168a19113e49033bcb502f9459c8a authored about 3 years ago
feat(providers): add Osu! provider (#3234)

github.com/nextauthjs/next-auth - 35ee608d594c6a63d2236df9015e25fb1198a925 authored about 3 years ago
feat(providers): add Pipedrive provider (#3011)

* Add Pipedrive as a provider

* convert pipedrive provider to ts

* remove others interface...

github.com/nextauthjs/next-auth - 0f132de1156a841d6bd0b0462c2947c1d44846fb authored about 3 years ago
fix(providers): match filename with 42 Provider's `id` (#3225)

github.com/nextauthjs/next-auth - 31426b943535dbadf37d2abb7958d01d9ca1c9ce authored about 3 years ago
fix: assert `action` when `req.query` isn't available (#3222)

* fix: assert `action` if `req.query` unavailable

* refactor: make `method` externally optional

github.com/nextauthjs/next-auth - 64b2a2c43bef38f71d73095eec7fd65413f4f2e3 authored about 3 years ago
refactor(providers): cleanup 42 (#3221)

github.com/nextauthjs/next-auth - 7beb3ff03b5ca499aa9de9003d225387ae00d746 authored about 3 years ago
fix(providers): refactor Zoom

* Added support for zoom in beta

* Converted to typescript

* rename

* Now reflects resp...

github.com/nextauthjs/next-auth - 432876c011db89c54e81cac73b6d79c0c50c29ad authored about 3 years ago
fix: correct assertion when Credentials only (#3217)

github.com/nextauthjs/next-auth - 15d1fab4c8cfcde827e6cd28e0263e51568a0be5 authored about 3 years ago
refactor(providers): convert 42 to TypeScript (#3211)

github.com/nextauthjs/next-auth - 5e803cd34c308021d742eb05015af76e2c7a0084 authored about 3 years ago
feat: make missing secret an error (#3143)

BREAKING CHANGE:

It is now required to set a `secret` in production.

github.com/nextauthjs/next-auth - 76bf524e8ec144162bcd0474adba250028f9c4db authored about 3 years ago
feat: introduce chunking when session cookie becomes too big (#3101)

If the expected cookie size would exceed the 4096 bytes most browsers allow, we split up the coo...

github.com/nextauthjs/next-auth - f9e0ef8d187bfb2abf3c717445d60ce84e922375 authored about 3 years ago
fix(providers): set 42 default scope (#3189)

With no scope defined, it sets `openid` by default, which is an invalid 42 scope.

Co-authored-b...

github.com/nextauthjs/next-auth - 38cefdd548ed222457948f12a5d4a682dca9a69e authored about 3 years ago
fix: allow configuring http timeout (#3188)

github.com/nextauthjs/next-auth - b871b47d8b28ecc11de147d7f3202eef6819812a authored about 3 years ago
refactor: decouple CSRF-state (#3142)

* refactor: decouple csrf token from state

* refactor: simplify pkce-handler

github.com/nextauthjs/next-auth - 043b252940e262361dbe62816793ccc890ca71f2 authored about 3 years ago
fix: respect `host` in `getServerSession` (#3179)

github.com/nextauthjs/next-auth - e9ac11b4b25d6d14e76a6d2f0fe37144c59902f6 authored about 3 years ago
feat: rename session strategy (#3144)

BREAKING CHANGE:

The `session.jwt: boolean` option has been renamed to `session.strategy: "jw...

github.com/nextauthjs/next-auth - ba39efb2566466dfe695bb90513050896d96a2d2 authored about 3 years ago
feat: allow relative redirects (#3140)

github.com/nextauthjs/next-auth - 6502b63e9c78199f6dfcf337e6ff3c35bf928351 authored about 3 years ago
fix: use `error` query param if set (#3141)

github.com/nextauthjs/next-auth - 0d7d8da2d97fc08bf66ac269c2a1d39ed93f49a4 authored about 3 years ago
refactor: strict types (#2802)

* WIP strict types

* wip types

* wip strict types

* More strict typing

* Removing st...

github.com/nextauthjs/next-auth - f998bf27688deb2197550448ee49bc4faf93de49 authored about 3 years ago
docs(readme): opencollective domain (#3066)

I had 502 using `opencollective.org` for some time, also, the correct domain looks like `opencol...

github.com/nextauthjs/next-auth - 78fa33312f4d64b74e01ee479ba4faedf3980f71 authored about 3 years ago
feat: Clerk to README supporters

Added Clerk to supporters section!

github.com/nextauthjs/next-auth - 533ed949b39c84669f9041d4109cc769a03f48bd authored about 3 years ago
fix: correctly transpile all client-side submodules (#3100)

github.com/nextauthjs/next-auth - 1597369d30ba3e5f420b7e2e6e4456545d053bdb authored about 3 years ago
fix(oauth): allow 10 sec clock tolerance (#3071)

github.com/nextauthjs/next-auth - 41819882be9cedd103c678e4bfcdd1716da879a3 authored about 3 years ago
fix: normalize URL before parsing (#3077)

github.com/nextauthjs/next-auth - b66afcc5cc7478473618a90bad90d9bcd17f7847 authored about 3 years ago
fix: bump openid-client (#3063)

fixes #3052

github.com/nextauthjs/next-auth - da991de8a497c69c3e2b7a1d615b412541c44aa9 authored about 3 years ago
feat(react): preserve history on client-side navigation (#2980)

* feat(react): preserve history on client-side navigation

* chore(deps): upgrade jest

* te...

github.com/nextauthjs/next-auth - 1d9b7b82b95b8d01a62892a3189de402cf758cda authored about 3 years ago
refactor: use universal modules in `next-auth/jwt` (#3062)

github.com/nextauthjs/next-auth - c089ede3afe8252e3eb549db5997b34616af26fd authored about 3 years ago
fix(providers): add default `id_token_signed_response_alg` to LINE (#3059)

* Add default value for client in Line Provider

* Migrate to TypeScript

github.com/nextauthjs/next-auth - 57259314069b347742f741653d129e3ef64023c2 authored about 3 years ago
fix: uuid import (#3056)

github.com/nextauthjs/next-auth - c8b7e2e3cbc83a00507d224a47c1cac637021a8d authored about 3 years ago
feat: update `jose` and `openid-client` (#3039)

Updates the `jose` and `openid-client` packages.

BREAKING CHANGE:

The `jwt` option has bee...

github.com/nextauthjs/next-auth - 72408ab7d7b2b7eac89edbe0bdf024fcfc6f96f3 authored about 3 years ago
refactor: decouple Next.js from core (#2857)

* refactor: decouple Next.js from core (WIP)

* refactor: use `base` instead of `baseUrl`+`bas...

github.com/nextauthjs/next-auth - eb33c9db1df7e98a65e6555ce3f4bb00f8f27b65 authored over 3 years ago
docs: mention other repos in readme and issue forms (#2989)

* Update bug_report.yaml

Add information about distributing issues to the correct repo

* fix y...

github.com/nextauthjs/next-auth - 932d05da70d2935fe68831b2707983cf24ac05cb authored over 3 years ago
fix(providers): resize default AzureAD profile picture (#2910)

* Update azure-ad.js

* fix: default azure AD profile photo size

Co-authored-by: ndom91 <yo@ndo...

github.com/nextauthjs/next-auth - 58a98b667dd1be3c801220b27f965025ac795d75 authored over 3 years ago
fix(providers): Refactor Line Provider (#2917)

* feat(providers): Refactor Line Provider

* Use static wellKnown + retrieve email

* Remove issuer

github.com/nextauthjs/next-auth - 129d1611153ea94929e0ef611be45d7d16c0603c authored over 3 years ago
fix: conditionally render theme logo on builtin pages (#2916)

* fix: conditionally render theme logo

* fix: add dispaly to render span

* fix: theme-logo img...

github.com/nextauthjs/next-auth - 19e326e8e2cc391bd812abe7f7bfacdb4a53fe36 authored over 3 years ago
chore(deps): upgrade dependencies (#2900)

github.com/nextauthjs/next-auth - a0b9577267d0c4f65d2c01fb96f65557f2e7e012 authored over 3 years ago
fix: correctly set authorization url for OAuth1 (#2884)

github.com/nextauthjs/next-auth - dfff2e692f54ea3debb17ef43b55be4233bd5864 authored over 3 years ago
chore: trigger CI

github.com/nextauthjs/next-auth - 5149a5d8650b856427a392367b94a60c374a16fc authored over 3 years ago
fix(signin): Set default input type to text to fix CSS (#2881)

github.com/nextauthjs/next-auth - 0707ba663b58f9d34a24c3f2e54ff27d8648000b authored over 3 years ago
feat(signin): Support passing any argument to credentials input (#2876)

Spreading the object into the input tag allows developers to specify any attribute for the input...

github.com/nextauthjs/next-auth - c5bd99d92a4728d8ace6f41e07da02a3a94f0e15 authored over 3 years ago
feat(providers): refactor Azure B2C provider (#2862)

* fix(providers): refactor AzureB2C provider

* chore(dev): add Azure B2C to the dev app

* ...

github.com/nextauthjs/next-auth - 72d4c5bfe112d29cd1fb22c1fbf30e59e1bc326c authored over 3 years ago
fix(provider): refactor Okta provider (#2856)

* fix(provider): refactor Okta provider

* fix(providers): convert Okta to TS

* fix: typo

* fi...

github.com/nextauthjs/next-auth - f6350354f003cf137c5d44e7186eed92bd7c10bb authored over 3 years ago
feat(providers): expose `openid-client` options `client` and `jwks` (#2717)

github.com/nextauthjs/next-auth - 50e6a64832c3958c783cef87d0d8cef21e893e46 authored over 3 years ago
fix(providers): convert to TS, add `picture` (#2851)

github.com/nextauthjs/next-auth - 9e1eab088accce2de181de8673e64040034f1104 authored over 3 years ago
feat(providers): refactor Slack provider (#2848)

* chore(dev): add SlackProvider to dev app

* feat(providers): refactor Slack provider

* ch...

github.com/nextauthjs/next-auth - f0551b07b8fa1412f750058e15273ade89f6493b authored over 3 years ago
chore: remove unused `www` reference

github.com/nextauthjs/next-auth - c2fd58d72afe1aa777bfaf10b7d96ee5694c34b2 authored over 3 years ago
fix(providers): make string endpoint handlers overrideable (#2842)

* chore: remove `console.log`

* chore(ts): improve `InternalProvider` type

* refactor(ts):...

github.com/nextauthjs/next-auth - b052d4cfc15b46dab453f6a8fb4c2b834dc2149b authored over 3 years ago
feat(providers): refactor Cognito provider (#2829)

* chore(dev): add CognitoProvider to dev app

* feat(log): log `error_description` in OAuth ca...

github.com/nextauthjs/next-auth - 506672676a23aed6f50868b902621af1d0ec6526 authored over 3 years ago
fix: use default export map syntax for ESM/CJS (#2830)

github.com/nextauthjs/next-auth - ffa2b1bd6b4d27c2fbe55a1ff0e1b1e26511b248 authored over 3 years ago
fix(provider): refactor LinkedIn provider (#2821)

github.com/nextauthjs/next-auth - 1d52600f41c245b9c275a4b95c0dc80beb8cdaca authored over 3 years ago
chore(app): add SpotifyProvider to dev app

github.com/nextauthjs/next-auth - 96932772229fba74d24ee07cebc1e95452c4ab3c authored over 3 years ago
chore(dev): add AzureADProvider to dev app

github.com/nextauthjs/next-auth - 19a33f3131cd2e4647321d9d664f24bb3008619d authored over 3 years ago
fix(providers): refactor Azure AD provider to support v4 (#2818)

github.com/nextauthjs/next-auth - 424bd04eff19f42610bbf07ef6160821b819319b authored over 3 years ago
fix: login logo height

github.com/nextauthjs/next-auth - a177bbb68caa471d213ed8ee8ecd78cfdebd28dd authored over 3 years ago
fix(provider): remove extra brace from `jwks_uri` (#2813)

github.com/nextauthjs/next-auth - 04fc3fd6bc2316e0fec4a8c4979e30b3510e352f authored over 3 years ago
feat: built-in page theme updates (#2788)

Add some very minimal customization to the built-in pages so people might not immediately need t...

github.com/nextauthjs/next-auth - cabcdc967ffd73789be33788280ef5a7eb6599c8 authored over 3 years ago
fix(ts): add defaults to `OAuthConfig` generics

github.com/nextauthjs/next-auth - a2c4046772d77754dffee1254e8321c263096537 authored over 3 years ago
refactor(ts): move Twitch to TypeScript

github.com/nextauthjs/next-auth - ea3f0d691156142595ed9470fa7182678ed39a87 authored over 3 years ago
fix: respect `id` from user options in `signinUrl` and `callbackUrl` id (#2698)

github.com/nextauthjs/next-auth - 819e97e6d2acf2a6ac88060929d0b5ff17135c4a authored over 3 years ago
fix(ts): hint built-in provider types in `signIn` (#2655)

* Change singIn provider type to optional string

* provider intellisense support

* restore...

github.com/nextauthjs/next-auth - 17bea4ab69ac3dfbf4e8d2146cedaa62439c7f18 authored over 3 years ago
fix(ts): make OAuth profile overrideable (#2682)

* fix(ts): make OAuth profile overrideable

* fix(ts): default to empty object

* fix(ts): use r...

github.com/nextauthjs/next-auth - 0989accf23d19c0cbc9cb52a32275634219104cc authored over 3 years ago
fix(ts): forward credentials fields to authorize (#2683)

github.com/nextauthjs/next-auth - 3b23cfe3a5e3260792ddd6ef8c101d295f603656 authored over 3 years ago
fix(ts): make `options` on `useSession` optional

Fixes #2674

github.com/nextauthjs/next-auth - 419ffe7787a9c6038f55dcfd4cbb1b44cc5b7cba authored over 3 years ago
chore: remove `test:types` script in release workflow

github.com/nextauthjs/next-auth - 2cb763ceba1629c7b24000c03c222892ddf43b2f authored over 3 years ago
chore: fix build due to Next.js type error

See: https://github.com/vercel/next.js/pull/28672

github.com/nextauthjs/next-auth - 8bfbaa41a9bf847a21ea115307cc8aad0942ac8c authored over 3 years ago
chore: remove docs after merge

github.com/nextauthjs/next-auth - 7dfc5811b07eb65ed45d866bc5fac569c293ef7b authored over 3 years ago
Merge beta into next

github.com/nextauthjs/next-auth - 3f943d2f8a1b3b254951e442e6e6fce54f3298e4 authored over 3 years ago
Merge main into next

github.com/nextauthjs/next-auth - da8d729129ae81488ebf78f19d6842de6f21aab2 authored over 3 years ago
fix: avoid infinite loop in error handlers (#2647)

* fix: avoid infinite loop in error handlers

* chore(dev): remove mongodb folder

github.com/nextauthjs/next-auth - 245567bb98adbc7d918b535b311e990d209cfcdf authored over 3 years ago
refactor(dev): use Next.js `externalDir` to fix dev app (#2631)

github.com/nextauthjs/next-auth - 8f32b5d625120ca09bef03321ebd4aa5e4c27128 authored over 3 years ago
refactor(ts): rewrite core to TypeScript (#2552)

* chore(deps): upgrade TS packages

* build(ts): use tsc to compile

* refactor(ts): move so...

github.com/nextauthjs/next-auth - e099223a27caf2b97275e36a868a0882a7ef121c authored over 3 years ago
docs(contributing): fixed numeration type (#2624)

There was a numeration type error in the "For contributors" section

github.com/nextauthjs/next-auth - e8a58a01b6b8c456268771f9b382fa300ccab8ac authored over 3 years ago
feat(client): remove `staleTime` (#2613)

BREAKING CHANGE:

`staleTime` (previously `clientMaxAge`) has been removed. Check out `refetch...

github.com/nextauthjs/next-auth - 08349c3a8b77befd63dfb99a3d9fca53ed53dc53 authored over 3 years ago
chore(docs): remove docs from repo (#2609)

Documentation has been moved to its own repository. See https://github.com/nextauthjs/docs

github.com/nextauthjs/next-auth - 1c1e8410e6165b64b5c80cc9dda55b44eb2204c9 authored over 3 years ago
Merge main into next

github.com/nextauthjs/next-auth - a49903fd76a83ace1e1280035fff59f3dea0bb59 authored over 3 years ago
docs(providers): split provider type docs into individual pages (#2480)

* docs(providers): split provider type docs into individual pages

* fix: spelling

* docs: ...

github.com/nextauthjs/next-auth - 55ab95e3beb12fce77d09272a161c255f33339b1 authored over 3 years ago
docs: add v4 migration docs page (#2350)

* docs: add initial migration to v4 docs page

* docs: add upgrade guide to sidebar

* docs:...

github.com/nextauthjs/next-auth - 5da62888ce6b8d37c89deb9d63c01107aa907141 authored over 3 years ago
docs(providers): add tip about async provider code (#2443)

github.com/nextauthjs/next-auth - 91de463a5ec5dbbde512dd01c2e5042968093b01 authored over 3 years ago
docs(www): add more algolia no-result terms (#2442)

github.com/nextauthjs/next-auth - 4a9d871698272e3fc90e9513bb7dff27104a909a authored over 3 years ago