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

fix(react): allow imports from "next-auth/react" in RSC (#5718)

github.com/nextauthjs/next-auth - f498e9cd0a03bdb4d5383dedc657ac33c5354361 authored over 2 years ago
chore(release): bump package version(s) [skip ci]

github.com/nextauthjs/next-auth - 2f3396d376d66c8184eb21e6de694df945304b38 authored over 2 years ago
chore(adapters): run Xata tests

github.com/nextauthjs/next-auth - e62f879ebda999657bec6555fe1eda4f820f7496 authored over 2 years ago
chore: update example to Next.js 13

github.com/nextauthjs/next-auth - f67959eb04eb19cc91e9584aba00f4c24d28f7f6 authored over 2 years ago
fix: support Next.js 13 (#5710)

* Migrate dev app to Next.js Version 13

* Update core types

* Fix middleware

https://github.c...

github.com/nextauthjs/next-auth - 060953dacf8438e273985018f956e8ea67c3852f authored over 2 years ago
fix: Add support for Node 18 (#5656)

* add support for Node 18

* update node engines in packages/next-auth

Co-authored-by: Than...

github.com/nextauthjs/next-auth - 30ad639d163147841a096211e1db2c9f10c34cb7 authored over 2 years ago
fix: add next 13 as peer dependencies (#5657)

fix: add next 13 as peer dependencies

github.com/nextauthjs/next-auth - 777da4302de33d86d0d2b70eae5f78cbc3e2f692 authored over 2 years ago
feat(adapters): add Xata adapter (#4911)

* Add Xata adapter

* Adjust slogan

* Namespace tables for better DX

* Fix types

* Ad...

github.com/nextauthjs/next-auth - 733fd5f2345cbf7c123ba8175ea23506bcb5c453 authored over 2 years ago
docs: improve documentation for adding new provider (#5633)

github.com/nextauthjs/next-auth - a787efc6bec26067c75ce22b2f213ddec6fbfa0d authored over 2 years ago
docs: improve credentials docs (#5627)

github.com/nextauthjs/next-auth - 261968b9bbf8f57dd34651f60580d078f0c8a2ef authored over 2 years ago
chore(release): bump package version(s) [skip ci]

github.com/nextauthjs/next-auth - 4dbbe5b2d9806353b30a868f7e728b018afeb90b authored over 2 years ago
feat(client): add `refetchWhenOffline` option (#4940)

* feat(client): add `refetchWhenOffline` option

* docs(client): document `refetchWhenOffline`...

github.com/nextauthjs/next-auth - d9df582fa8c2fef9ebc0262ab6663c71a36e3eb8 authored over 2 years ago
feat(providers): Add Todoist provider (#5253)

* feat: Add Todoist provider

* fix: use openid-client

* chore: add Todoist provider to iss...

github.com/nextauthjs/next-auth - af840b21061cbef039aed1cddbda9401cee976df authored over 2 years ago
feat: Add `allowDangerousEmailAccountLinking` option for OAuth providers (#5513)

* Add opt-in for dangerous linking

* Add documentation for allowDangerousEmailAccountLinking ...

github.com/nextauthjs/next-auth - ba89907d5a97ce82637d79c552387b37fb304d35 authored over 2 years ago
docs: Fixed typo (#5609)

github.com/nextauthjs/next-auth - 08eaeba79f93862f89d55fd1b93166f847084052 authored over 2 years ago
docs: Update the nodemailer well known page URL (#5573)

github.com/nextauthjs/next-auth - c31eabfcc6079a868c26be7dae5be42e1abcd8e0 authored over 2 years ago
docs: update patreon.md

github.com/nextauthjs/next-auth - 44236734243685b7c714e1620cac5e90bdf7c7ce authored over 2 years ago
docs: Typo error on Example (#5590)

Removed unwanted ")" from Example

github.com/nextauthjs/next-auth - 281d0948b996108ed021ab04f6497a6c94cc836a authored over 2 years ago
chore: docs updates (#5581)

* chore: fix version label

* upgrade docusaurus

* fix

* fix

* fix links, NextAuth ->...

github.com/nextauthjs/next-auth - 5246183c55c1b4ce688e7d57d36060c954951a50 authored over 2 years ago
refactor(docs): re-structure (#4498)

* docs: beta initial commit

* docs(oauth): finish initial tutorial

* docs(oauth-tutorial):...

github.com/nextauthjs/next-auth - cb56cd44cab275588234d9583813f2f9d216bfeb authored over 2 years ago
refactor(core): allow trusting the forwarded host header (#5561)

* Non vercel-specific way to forward host header

* Update packages/next-auth/src/utils/detect...

github.com/nextauthjs/next-auth - 6758e1c6d18a49a1f66cdb2af1d20611ae2c98fb authored over 2 years ago
chore(release): bump package version(s) [skip ci]

github.com/nextauthjs/next-auth - 462cca1087135ffc89af39f1f4ad6a0007e38f7a authored over 2 years ago
chore: remove codeql run on main push

github.com/nextauthjs/next-auth - ab48fcfe5b060463ff48977bab7903d99765ce12 authored over 2 years ago
fix(ts): TS Module Augmentation (#5556)

* fix: TS Module Augmentation

* match type to AdapterUser

* refactor authorize callback

...

github.com/nextauthjs/next-auth - fe7aaeded872a5ca17c01fa835e42cedf2bc7e83 authored over 2 years ago
docs: options.md grammar fixes (#5562)

Update options.md

Just some grammar!

github.com/nextauthjs/next-auth - c53c09ea5cb202a06bfa3eace40dd34d1a0e1aac authored over 2 years ago
docs(client): typo (#5545)

github.com/nextauthjs/next-auth - 4bcba452943ec7e20dd9688f437408f2b401acd7 authored over 2 years ago
chore(dev): update SvelteKit playground to `1.0.0-next.511` (#5531)

* Update playground-sveltekit to sveltekit rc 511

* Remove prettier config and format

* Fi...

github.com/nextauthjs/next-auth - eb5a9bad9d69e228fba173fd29b2e96bc9154453 authored over 2 years ago
chore: fix TS lint

github.com/nextauthjs/next-auth - 9a6d95c17cf5a857afd3bb1402cd6e4c83b56826 authored over 2 years ago
chore: fix neo4j build

github.com/nextauthjs/next-auth - 5b2fc7b57045a5deb806af375fc29ada5e016bf6 authored over 2 years ago
Merge branch 'main' of github.com:nextauthjs/next-auth

github.com/nextauthjs/next-auth - 6f459225fa3374b3ecadac944e052d933e85c058 authored over 2 years ago
chore(dev): improve DX

github.com/nextauthjs/next-auth - f38ee19a8a2b9bc22e7d3aa6bd4e228150c5dba7 authored over 2 years ago
feat(providers): Add Pinterest Provider (#5485)

* feat(providers): Add Pinterest Provider

* Apply suggestions from code review

* Update pi...

github.com/nextauthjs/next-auth - 38a03ed7d8ac769ddec8294dd62a83ee07a8ab57 authored over 2 years ago
fix(providers): change EVE Online to OAuth2 (#5459)

github.com/nextauthjs/next-auth - e1eb684cc61d9d07b1ff7fafa35c1644bd7d1c6a authored over 2 years ago
chore(release): bump package version(s) [skip ci]

github.com/nextauthjs/next-auth - 777b7b2f23810f880d27fd0bdd79244f1615bf14 authored over 2 years ago
fix(ts): match TS types better with implementation (#4953)

* refactor(ts): export `AdapterAccount` from `next-auth/adapters`

* chore: run linter, remove...

github.com/nextauthjs/next-auth - 6132c3fa751b647dd8261ac9b30e24fb140a2f1a authored over 2 years ago
docs: Remove extra space in code (#5515)

github.com/nextauthjs/next-auth - 94beef77e655d208363f56f2765732c7a76869fa authored over 2 years ago
fix(middleware): improve handling of custom Next.js `basePath` (#5109)

* fix(middleware): improve handling of custom nextjs basePath

* fix(middleware): improve extr...

github.com/nextauthjs/next-auth - 490d59dd170889d72c999951e8b52a1e43dbcae4 authored over 2 years ago
chore: lint in apps (#5507)

github.com/nextauthjs/next-auth - 26a8c5fc6d37003044aa03500caa04757c63108d authored over 2 years ago
docs(tutorial): Creating a Custom Adapter (#5506)

* Add new item to tutorials page

* Update tutorials.md

* Apply suggestions from code revie...

github.com/nextauthjs/next-auth - e26ec74720bce0e533a502ec19dea3216453a217 authored over 2 years ago
feat(providers): ZITADEL provider (#5479)

* feat: zitadel provider

* Update packages/next-auth/src/providers/zitadel.ts

Co-authored-...

github.com/nextauthjs/next-auth - d13997e1400af0f5d9cce286750414b85a91dbea authored over 2 years ago
chore(release): bump package version(s) [skip ci]

github.com/nextauthjs/next-auth - d6efda077da3ac1e3c9c1da4e3cb741dc4037f0d authored over 2 years ago
chore(docs): update middleware documentation link (#5492)

closes #5489

github.com/nextauthjs/next-auth - 0a4b99de3b7609b3994086ccddfdc67b147557d7 authored over 2 years ago
docs(core): update documentation `callbacks` to include user id as example (#5465)

* Add user id to `session` and `jwt` callback

* Minor changes

- Notes on why the id is not...

github.com/nextauthjs/next-auth - 2d2dfecc9defbd48a4fae4091691e5757a383968 authored over 2 years ago
chore: add security guidelines to PR & issue template (#5470)

* chore: add security guidelines to pr & issue template

* Apply suggestions from code review
...

github.com/nextauthjs/next-auth - 2a2c3d7a451b779dc86a6c52afe494cfe5ad0b4d authored over 2 years ago
chore: remove duplicate key in `pacakges/tsconfig/package.json` (#5469)

fix: remove duplicate key

github.com/nextauthjs/next-auth - 82786ac440d354ece6d959699f21bb3b3fc4b7e9 authored over 2 years ago
docs(adapters): Add TS type to prisma client (#5463)

* docs(adapters): Add prisma client docs for typescript users

Add documentation for connectin...

github.com/nextauthjs/next-auth - dfe3e02132d8dcefbdedf5f9b25bf1fb48ef9b41 authored over 2 years ago
docs: fix 'JWKKeySupport' typo (#5452)

update 'JWKKeySupport' typo error

github.com/nextauthjs/next-auth - 92b38ed74003295c46544fbd62c3d22890f3bf0f authored over 2 years ago
fix(types): export SessionContext #5437 (#5438)

Co-authored-by: Lluis Agusti <[email protected]>

Fixes #5437

github.com/nextauthjs/next-auth - 97feae791630e0f38e3e26b3bd70cc77e94b3eda authored over 2 years ago
chore(release): bump package version(s) [skip ci]

github.com/nextauthjs/next-auth - 24945895e948ebac69714b2272f239c0ad20dcb9 authored over 2 years ago
fix(core): return JSON for non-HTML server route errors (#5442)

* fix(core): return JSON for non-HTML server route errors

* refactor: throw in `unstable_getS...

github.com/nextauthjs/next-auth - 6deccf610fa16bb0e58675c842e2521d52b16dd4 authored over 2 years ago
fix(react): safe use of localStorage API (#5444)

fix: safe use of localstorage

Co-authored-by: Etienne <>

github.com/nextauthjs/next-auth - f770b90219362f3a6ac082210867704c59c64c8c authored over 2 years ago
chore: bump release package

github.com/nextauthjs/next-auth - 87f4786917189d89b71bb2dbcad1aefafd647550 authored over 2 years ago
chore(release): bump package version(s) [skip ci]

github.com/nextauthjs/next-auth - 191ef0647177f0f72c61b28c64b24e413c698c0a authored over 2 years ago
docs(adapters): Update prisma.md (#5366)

* Update prisma.md

The referenced official doc page describes how to fix the `warn(prisma-cli...

github.com/nextauthjs/next-auth - 75e6d8f0aa9907bab6d211dcc12d1846f76f57ea authored over 2 years ago
chore(example): fix hydrate problem in react18 (#5439)

github.com/nextauthjs/next-auth - 17999edd30b962d9fd6fd570ecaf25f31c8cfbc0 authored over 2 years ago
fix(core): don't lock `next` in `peerDependencies` #5427 (#5430)

* Update peerDependencies #5427

* Apply suggestions from code review

Co-authored-by: Baláz...

github.com/nextauthjs/next-auth - 54b1845e58a7b7ca10762d8e272a10d9eb431d66 authored over 2 years ago
docs(middleware): add tip on additional matcher patterns (#5404)

* docs(middleware): add tip on additional matcher patterns

* Apply suggestions from code revi...

github.com/nextauthjs/next-auth - 879faf9fab29436b8b58ba44a0db0391355753b2 authored over 2 years ago
docs(example): use generic type in `AppProps`

closes #5401

github.com/nextauthjs/next-auth - 3e3c36891ea40ae020e19b2e9f29e51ee12949cf authored over 2 years ago
chore(release): bump package version(s) [skip ci]

github.com/nextauthjs/next-auth - ac5d8a9795be64f2c096751e388a7303f284e703 authored over 2 years ago
feat(core): make session token with DB session strategy customizable (#5328)

* Add option for custom generateSessionToken

* Apply suggestions from code review

* Apply ...

github.com/nextauthjs/next-auth - 965c6267e202a704e103fe90896a5d597ae4f0e8 authored over 2 years ago
fix: update jose to fix nextjs edge error with middleware (#5372)

fix: update jose to fix nextjs edge error

github.com/nextauthjs/next-auth - bfc429d20b664e95adbc4bd012b03cf62ceecf01 authored over 2 years ago
chore(release): bump package version(s) [skip ci]

github.com/nextauthjs/next-auth - 2d8e910a19e8dbfe881d315946afec7c88889f0a authored over 2 years ago
fix(adapters): check token during email verification in Upstash Adapter (#5377)

* Check token during email verification

* Undo accidental linter fix

* Update index.ts

...

github.com/nextauthjs/next-auth - d16e04848ee703cf797724194d4ad2907fe125a9 authored over 2 years ago
chore(release): bump package version(s) [skip ci]

github.com/nextauthjs/next-auth - ff3a52895b210a1ad964e8b09cf4c25a1f42dd32 authored over 2 years ago
feat(adapters): update Mikro ORM adapter schema

BREAKING CHANGE:

See https://github.com/nextauthjs/next-auth/pull/5316

github.com/nextauthjs/next-auth - e6e03e88421b56f694845ffb2de8d40cd01839b1 authored over 2 years ago
chore: Add Next to peerDeps & bump to 12.2.5 in devDeps (#5384)

github.com/nextauthjs/next-auth - 715aad94742deec25d3c38384d96fc29ca473a75 authored over 2 years ago
fix(mikro-orm): re-enable tests (#5316)

github.com/nextauthjs/next-auth - 902bf92a85c340452932ed0534d2825c85ea0bc9 authored over 2 years ago
fix(middleware): use `includes()` for NextAuth pages (#5104)

* fix(middleware): use `includes()` for NextAuth pages

Some users could be setting their `sig...

github.com/nextauthjs/next-auth - 44f2a47e6e6a54a5495f0e6ea49f19c7b991dce2 authored over 2 years ago
chore(deps): bump jose from 4.5.0 to 4.9.3 in /apps/playground-sveltekit (#5359)

Bumps [jose](https://github.com/panva/jose) from 4.5.0 to 4.9.3.
- [Release notes](https://gith...

github.com/nextauthjs/next-auth - a3b92dbaecc8851940755fd95459bf34c2ec1a78 authored over 2 years ago
docs(middleware): remove reference to nested (#5355)

Fixes #5180

github.com/nextauthjs/next-auth - bdd3ab2816aee3bcc75eb19b04599948e9821383 authored over 2 years ago
chore(deps): bump cookie to 0.5.0 (#5339)

github.com/nextauthjs/next-auth - ba55f065856b000bce0c9ae4f80d9c6acdf57d43 authored over 2 years ago
docs(client): `onUnauthenticated` reference (#5340)

github.com/nextauthjs/next-auth - d2b877fb280479b8c04b28181e2cc0b9c8747995 authored over 2 years ago
docs(atlassian): update provider scope (#5337)

github.com/nextauthjs/next-auth - 658b22d9fb73495e9d5981716103acca599cfc93 authored over 2 years ago
feat(providers): Add HubSpot Provider (#4633)

* Typos fix

* Added HubSpot Provider

* updates to profile

* Update docs/docs/providers/...

github.com/nextauthjs/next-auth - a0beb02f7709233b2752c892ec684491ee1f6502 authored over 2 years ago
chore: tweak tsconfig files

github.com/nextauthjs/next-auth - 5727c5f4e6ccb1c5c9a7befeceb90fdbd2b7fe9a authored over 2 years ago
chore: fix builds/tests/eslint (#4780)

* chore(deps): upgrade `typescript`

* chore(ts): don't exclude test files in tsconfig

* te...

github.com/nextauthjs/next-auth - 8104cb1287d86751431358cda40e2711109bfaa3 authored over 2 years ago
chore: turbo cleanup (#4951)

* clean up `package.json` files

* chore(ts): make sure `next-auth/next` does not conflict wit...

github.com/nextauthjs/next-auth - 44aaa6f1c33784481c3a7dafd767b44531b508a5 authored over 2 years ago
fix(providers): use `client_secret_post` token auth for LinkedIn (#5236)

* Send client_id and client_secret to linkedin

Linkedin now requires client_id and client_sec...

github.com/nextauthjs/next-auth - ba20974b5f8fe2ee8986c3a8b4aed35e0f9b571d authored over 2 years ago
feat(adapters): let user configure MongoDB database name (#5290)

* feat: added providing database name in options

* fix: added database name providing in read...

github.com/nextauthjs/next-auth - 14b4ed1d8aa3d1ff4472b56bff2bebbd7d84753c authored over 2 years ago
docs(providers): Update v4 Strava Doc (#5299)

update

github.com/nextauthjs/next-auth - 6b3a82d1f5154036361d8c2dbe64818106ce81ef authored over 2 years ago
docs: Update Getting Started Example (#5295)

github.com/nextauthjs/next-auth - 600aaaa7e67140aab9f566df8be3ab6e33bcf0eb authored over 2 years ago
fix(providers): convert Strava Provider to TS (#5241)

* update strava

* add localhost fallback

* lint & small updates

* Update docs/versioned...

github.com/nextauthjs/next-auth - f1d3bc26f94f03e0f40d00da9658904233f8a721 authored over 2 years ago
docs: close the callback object (#5251)

* Update role-based-login-strategy.md

* Apply suggestions from code review

Co-authored-by:...

github.com/nextauthjs/next-auth - 78664aab37451e3d37d74b538b4283432e05cc41 authored over 2 years ago
docs(tutorial): fixed title of code block (#5282)

github.com/nextauthjs/next-auth - aeb3a44b27979685414598e0add3796bfc0b6970 authored over 2 years ago
fix: Change getToken parameter type to required (#5245)

* changed getToken parameter type to required

* removed redundant nullish coalescing operator...

github.com/nextauthjs/next-auth - d3571e01ba06599ca0411d14d524aa3145ba492b authored over 2 years ago
docs: fix grammar error (#5254)

github.com/nextauthjs/next-auth - 3b7c9886c37262ba0c15143ef23e310ff5a1f90b authored over 2 years ago
chore(deps-dev): bump vite from 2.8.4 to 2.9.13 in /apps/playground-sveltekit (#5255)

chore(deps-dev): bump vite in /apps/playground-sveltekit

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

github.com/nextauthjs/next-auth - 39fec738c685cbe14087498234b13c9595213f95 authored over 2 years ago
docs(adapters): Update upstash-redis.md (#5261)

* Update upstash-redis.md

* Update docs/docs/adapters/upstash-redis.md

Co-authored-by: Llu...

github.com/nextauthjs/next-auth - fa58143c6bfc68d3b437dfd111b5df4ead5f724e authored over 2 years ago
docs: fix broken link (#5263)

Update firebase.md

Fix broken link

github.com/nextauthjs/next-auth - 26fb89e3c4e1d6029ad8cf320c9075c5162d6ea1 authored over 2 years ago
fix: return null in unstable_getServerSession if there's an error (#5218)

* fix: return null in unstable_getServerSession if there's an error

* Remove status check and...

github.com/nextauthjs/next-auth - a82cbf5ddfbb923fe8a0520f8c8791e6146e61ae authored over 2 years ago
docs(svelte): upgrade SvelteKit playground to use latest SvelteKit routes (#5229)

* feat: migrate routes

* feat: ugrade to latest SvelteKit (443)

github.com/nextauthjs/next-auth - 24db833685a3d1047c4b5cecf06c36c2fc81635f authored over 2 years ago
docs(nextjs): change typo from js to ts (#5217)

github.com/nextauthjs/next-auth - c57a810042a2bf712eeae5da01eae0568a6aa8ed authored over 2 years ago
chore(types): fix typo in comment (#5207)

github.com/nextauthjs/next-auth - d980fa986b51588b71617f3a64762b2cee4dd0db authored over 2 years ago
docs(providers): Enhance Reddit App Instructions (#5199)

docs(reddit): Enhance App Instructions

Add step-by-step instructions for creating Reddit App....

github.com/nextauthjs/next-auth - 4676352ae0cd60350530d619f21b3005b6e3ef0a authored over 2 years ago
docs: typo in "unstable_getServerSession" (#5191)

fixed a typo

github.com/nextauthjs/next-auth - c8780122b3acbf485d0860ca0e5ea1fca7dc5565 authored over 2 years ago
fix: Use consistent error type between doc, logger and error class (#5046)

* Keep error from being logged twice

The same errors have been logged, firstly before throwin...

github.com/nextauthjs/next-auth - 3131971e2cca4de79a7073d1ef4d2c2a84c0013d authored over 2 years ago
docs(adapters): Adds warning to backup database (#5160)

prisma migrate deleted mine, hah.

github.com/nextauthjs/next-auth - 448ec1017a8b6e288b0bc9b7c1ab2144094fab49 authored over 2 years ago
docs: clarify cookie policies in FAQ (#5158)

* fix typo in faq

Added missing “not” in same root different subdomain config section warning...

github.com/nextauthjs/next-auth - 0e9404ebc18a963612604b85aa650059b7dd0a2e authored over 2 years ago
Feature/nonce check type (#4100)

* feat: add nonce check type

* Update types import for nonce-handler.ts

* Update packages/...

github.com/nextauthjs/next-auth - d349ae2b1bf1f2e6ba8e24cd7fab087592743bcf authored over 2 years ago
docs(faq): note default behavior for account linking (#5113)

github.com/nextauthjs/next-auth - 32f4d5000e46dddd1c17f93bf5456b4ceef8c600 authored over 2 years ago