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

Update callbacks.md

github.com/nextauthjs/next-auth - 22005c746572052aed9956da9b6a11e8f24f307f authored over 4 years ago by Iain Collins <[email protected]>
Bump beta version to 78

github.com/nextauthjs/next-auth - 0686b5ff32c888b6198d6a84afd6ae6d89a26cba authored over 4 years ago by Iain Collins <[email protected]>
Fixes no adapter error

Fixes #263

github.com/nextauthjs/next-auth - f495ecda3a317712eceb226a233183951ff0b50d authored over 4 years ago by StefanWerW <[email protected]>
Add limited support for credentials sign in

github.com/nextauthjs/next-auth - 1f4bc91d878d6cad36fedd6f7c60e8f2896fc04a authored over 4 years ago by Iain Collins <[email protected]>
Bump beta version to 76

github.com/nextauthjs/next-auth - e54bf254cbeb2838e62d84463ce32cf076a36a52 authored over 4 years ago by Iain Collins <[email protected]>
Improve built-in pages on mobile

Resolves #231 for now.

I think there is stil room for improvement, but these tweaks will do for...

github.com/nextauthjs/next-auth - fc2d3adc1fbbba92273df6eaf8b68104e51b7a31 authored over 4 years ago by Iain Collins <[email protected]>
Add callbacks and events

github.com/nextauthjs/next-auth - 6032a99a90cc5cec4edbc6a023a410430bbd632d authored over 4 years ago by Iain Collins <[email protected]>
Wire up supported events so they are triggered

github.com/nextauthjs/next-auth - 966aa8245d43d177b053ab0a591eca2181b18745 authored over 4 years ago by Iain Collins <[email protected]>
Add OAuth profile to JWT callback on sign in

github.com/nextauthjs/next-auth - 9b25a2d2451828626686a39c3a8cc128e4abc6e8 authored over 4 years ago by Iain Collins <[email protected]>
Refactor callbacks, add events; add debug logging

* New callbacks implemented
* Some events added (not all wired up)
* Documentation for old callb...

github.com/nextauthjs/next-auth - c66563119128c1d4ff192a0f4ee3f73bf16778b3 authored over 4 years ago by Iain Collins <[email protected]>
Add description for each event

github.com/nextauthjs/next-auth - d2205870182ac6bf661df8f20c963226a178b8be authored over 4 years ago by Iain Collins <[email protected]>
Bump beta version to 75

github.com/nextauthjs/next-auth - 18c99616b337859673e3c1f36120e4aceda40ac2 authored over 4 years ago by Iain Collins <[email protected]>
Update callbacks and events documentation

github.com/nextauthjs/next-auth - 70e3ab7e8965a6d45b0a17f747e00f6caa974d0f authored over 4 years ago by Iain Collins <[email protected]>
Add file for Google Search Console verification

This is so we can control how the site appears in Google.

github.com/nextauthjs/next-auth - d130251b41c5600e787c1646c6d30d60e40cb7ce authored over 4 years ago by Iain Collins <[email protected]>
Merge branch 'main' of github.com:iaincollins/next-auth into main

github.com/nextauthjs/next-auth - 4dd8d3160ba901503f9937a333004185c345dfaf authored over 4 years ago by Iain Collins <[email protected]>
Update documentation

* Combined options and advanced options into one page
* Improved structure of sidebar
* Other mi...

github.com/nextauthjs/next-auth - 667fe8cf5048596446dc384254129e2fdf4df57c authored over 4 years ago by Iain Collins <[email protected]>
Refactoring naming strategy

Not a breaking change, just a refactor!

* Removes dependency on external library
* Resolves pro...

github.com/nextauthjs/next-auth - 554c32c6f12095a19353dd1b7276ac869c172339 authored over 4 years ago by Iain Collins <[email protected]>
Update documentation

github.com/nextauthjs/next-auth - bdc0e8e16fe024de9acd22658076d42be46efa3d authored over 4 years ago by Iain Collins <[email protected]>
Fix typo in docs

github.com/nextauthjs/next-auth - 3b0527add83186eb708a3d3b98241b616edc8056 authored over 4 years ago by Iain Collins <[email protected]>
Update documentation

github.com/nextauthjs/next-auth - 2b494357e5bc1f8b6ec5be62be25e827bcce4116 authored over 4 years ago by Iain Collins <[email protected]>
HOTFIX for sqlite schema transform

github.com/nextauthjs/next-auth - 7a0624b8dbbcecb748824a96b1f4ed0d3f5f531e authored over 4 years ago by Iain Collins <[email protected]>
Update postgres.md

github.com/nextauthjs/next-auth - bb8a2c94ccfefdde6a03e91b31bf5f7585541660 authored over 4 years ago by Iain Collins <[email protected]>
Add database drivers as devDependencies for testing

github.com/nextauthjs/next-auth - ac12d6a6e266940caf20e4b5da3b12c473408702 authored over 4 years ago by Iain Collins <[email protected]>
Update user model documentation

github.com/nextauthjs/next-auth - c5fad1b933c7ecb143bf132543480cff54c83257 authored over 4 years ago by Iain Collins <[email protected]>
Update documentation

This is a larger update to the documentation than I had planned in this PR but I think makes sen...

github.com/nextauthjs/next-auth - f1ed5c1e97f0eeb418269c47d55e0075f68ad4ce authored over 4 years ago by Iain Collins <[email protected]>
Update models to use better table/collection names

* Use plural table/collection names
* Use snake_case on SQL
* Use camelCase on Document DB
* Upd...

github.com/nextauthjs/next-auth - f3532ebef274300a4b00b37e3cf2dda0cc7bc5ba authored over 4 years ago by Iain Collins <[email protected]>
Refactor getProfileFromToken to idToken

This is a minor change to an undocumented feature, but makes sense to rename it while I'm docume...

github.com/nextauthjs/next-auth - 5946710fe83f0ed28a0847ff1ff825c22bd63a91 authored over 4 years ago by Iain Collins <[email protected]>
Bump beta version to 72

github.com/nextauthjs/next-auth - 5e9f392ba82b0667738bd15eaddfc412cfb9d510 authored over 4 years ago by Iain Collins <[email protected]>
Refactor models and schemas

github.com/nextauthjs/next-auth - cc0c15e37c033b3f4b79496d9a481c25ebfd9669 authored over 4 years ago by Iain Collins <[email protected]>
Add script to extract schema from databases

github.com/nextauthjs/next-auth - 5cf0056e6936e0be4ccd8b3b29963c59df0f9001 authored over 4 years ago by Iain Collins <[email protected]>
Rename master branch to main

github.com/nextauthjs/next-auth - 9a630dcb01fe8785f2aea023fc4aea05577fd328 authored over 4 years ago by Iain Collins <[email protected]>
Add getProfileFromToken option

github.com/nextauthjs/next-auth - d30b112d71437426f908a98c5cba9cdfcaef00dc authored over 4 years ago by Iain Collins <[email protected]>
Add issue templates

Trying to create some structure to get external contributors to think about feature requests and...

github.com/nextauthjs/next-auth - 5fded4256d9aa218d3db61985a5652efdbbde80c authored over 4 years ago by Iain Collins <[email protected]>
Fix typo in adapter docs

github.com/nextauthjs/next-auth - d2fdfa7528f516fd983c7293db529d5dbfcd51cb authored over 4 years ago by Iain Collins <[email protected]>
Refactor debug messages in adaptor

Format is now consistant with error logs

github.com/nextauthjs/next-auth - dc903f80590aee7e4a417e4c83dd1a1e513297d4 authored over 4 years ago by Iain Collins <[email protected]>
Fix for unique emails in MongoDB

The previous approach didn't work at enforcing uniqueness, but have double checked that this app...

github.com/nextauthjs/next-auth - 55c3acab9a62c94a455e3c2c6dd15713f610c97d authored over 4 years ago by Iain Collins <[email protected]>
Make email addresses optional when signin in

github.com/nextauthjs/next-auth - 156c8e1e97a7f23031f3e58e71dfc3560b5b32f4 authored over 4 years ago by Iain Collins <[email protected]>
Fix typo

github.com/nextauthjs/next-auth - 78ba85e74d4583163f9064338f1e1d52dcd848ba authored over 4 years ago by terrierscript <[email protected]>
Fix typo in introduction.md

github.com/nextauthjs/next-auth - 6d41089d48d60ae921a94b61648330e7fe9be4e2 authored over 4 years ago by Iain Collins <[email protected]>
Fix typo in errors.md

github.com/nextauthjs/next-auth - 64b23d484da30496c0501be23951445f7ed52269 authored over 4 years ago by Iain Collins <[email protected]>
Update example.md

github.com/nextauthjs/next-auth - 5f65e8c30dc6711682513c3accd662010143b558 authored over 4 years ago by StefanWerW <[email protected]>
Update google.md

github.com/nextauthjs/next-auth - 49d560fa24b8cff2e1d6bcc3e4f208e9850abb20 authored over 4 years ago by StefanWerW <[email protected]>
Added JWT helper method

github.com/nextauthjs/next-auth - 416785941b5e2efa0da91e4077e11cca4dcc5c40 authored over 4 years ago by Iain Collins <[email protected]>
Update JWT docs

github.com/nextauthjs/next-auth - 36c469660e78fa1a1f56712054d20e3e066609c6 authored over 4 years ago by Iain Collins <[email protected]>
Updated error docs and logger

github.com/nextauthjs/next-auth - 799bd2dfaabcb9ef3321f7003e6051882612e551 authored over 4 years ago by Iain Collins <[email protected]>
WIP: Console Errors with URLs (#222)

* test: override console.error

* update: clean up test URL + test docs

* refactor console....

github.com/nextauthjs/next-auth - c0ccbc9274644c56d359afa41ae0b3df7c5a5712 authored over 4 years ago by Nico Domino <[email protected]>
fix: missing file export jwt.js in npm release

github.com/nextauthjs/next-auth - 0918cdbfa0f61fcb2fef9a3cb40f1655fa10f98e authored over 4 years ago by Nicola Molinari <[email protected]>
Allow session.get callback to use data from JWT

github.com/nextauthjs/next-auth - 077f60e7c4d908e5659a7536a7a900a1c9d7afd0 authored over 4 years ago by Iain Collins <[email protected]>
Fix typos in README

github.com/nextauthjs/next-auth - 96900e77f68f25eb704fa2cc95d18caffcc50ce1 authored over 4 years ago by Iain Collins <[email protected]>
Reduce line length of comment in example

github.com/nextauthjs/next-auth - f43343bd2c23b761d21064601a6ae7deea618ee4 authored over 4 years ago by Iain Collins <[email protected]>
Fix typos in documentation

github.com/nextauthjs/next-auth - 8e69940ae69f69028ea65d39396d5970e228379b authored over 4 years ago by Iain Collins <[email protected]>
Refactor JWT, Sessions and add allowSignin() method (#223)

## Database

- [x] Databases are now optional - useful with OAuth + JWT if you only need acces...

github.com/nextauthjs/next-auth - 0d825bbc3995442e3705f9862f4630cd88cb82e5 authored over 4 years ago by Iain Collins <[email protected]>
Fixed Google Link

github.com/nextauthjs/next-auth - 35123f005a24441a2d97ccd2eb5dbc88978da2c2 authored over 4 years ago by Gerald Nolan <[email protected]>
Simplified Auth0 config (#219)

* simplified auth0 conf and made domain stuff more consistent across providers that need one

...

github.com/nextauthjs/next-auth - b25730fbd5484e850955c141a10e8cf49675f069 authored over 4 years ago by Lori Karikari <[email protected]>
Seperate provider docs (#214)

* added page for Okta

* updated oauth section of provider docs

* added docs for each provi...

github.com/nextauthjs/next-auth - 585be4ce4a157715c1d6f42334c1e2d061b8e535 authored over 4 years ago by Lori Karikari <[email protected]>
Added Link to ServiceID

Updated App Configuration link to Apple developer portal

github.com/nextauthjs/next-auth - 3b5d4b69256fb136a8b851af623cbfcb591576c5 authored over 4 years ago by Gerald Nolan <[email protected]>
Bump websocket-extensions from 0.1.3 to 0.1.4 in /www

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0....

github.com/nextauthjs/next-auth - 39471e9bae2b39a7097e5c7d6be384c7461fc9a3 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump beta version to 62

This includes the OKTA provider and an improved README.

github.com/nextauthjs/next-auth - 50039e5a6b38f303e04de7bce85905d9b603ba30 authored over 4 years ago by Iain Collins <[email protected]>
Fix typos in in README.md URLs

🤦

github.com/nextauthjs/next-auth - cb31f9e5548d1d60109164a99580c96b11f9eedf authored over 4 years ago by Iain Collins <[email protected]>
Update introduction.md

github.com/nextauthjs/next-auth - f21fb0f46daf8d994c568d403f604d052a79b7a9 authored over 4 years ago by Iain Collins <[email protected]>
Update README.md

github.com/nextauthjs/next-auth - 13c6801c457048f33e5d792b01d209d53c47fcbe authored over 4 years ago by Iain Collins <[email protected]>
Add sharing image for Facebook and Twitter

github.com/nextauthjs/next-auth - 1a1b0ffdc60fa07d617bf24797543f20b6fd2de3 authored over 4 years ago by Iain Collins <[email protected]>
Update docs, mostly for custom pages

github.com/nextauthjs/next-auth - e509c28a4f40e168afad41501c682e7cf3ddfd97 authored over 4 years ago by Iain Collins <[email protected]>
update: essential meta tags

github.com/nextauthjs/next-auth - 42363101f8ec03f0ee8377f5bd447fcbb86af1f8 authored over 4 years ago by ndo@ndo3 <[email protected]>
Fix broken logo src

github.com/nextauthjs/next-auth - bdb12161195d02a0a6fb1b20380eb6839bd4af46 authored over 4 years ago by Iain Collins <[email protected]>
update: pull meta info from docusaurus config

github.com/nextauthjs/next-auth - 5537514b4fe902c145e557ae4a0421e017a5a529 authored over 4 years ago by ndo@ndo3 <[email protected]>
update: line length to avoid horizontal scroll

github.com/nextauthjs/next-auth - 3ce64da78f1d53710dedab5a71781f3e0dfb6c7b authored over 4 years ago by ndo@ndo3 <[email protected]>
chore: cleanup

github.com/nextauthjs/next-auth - a638e2b27aa20956b188c2b507b3e3b2d7a32689 authored over 4 years ago by ndo@ndo3 <[email protected]>
add: meta images / descriptions

github.com/nextauthjs/next-auth - bdafc4a2f73e0044f8346153539de3842ae43600 authored over 4 years ago by ndo@ndo3 <[email protected]>
adding support for Okta as a provider (#213)

github.com/nextauthjs/next-auth - 267a16689525934c48df2944b0e702d49c284f3e authored over 4 years ago by mdemin914 <[email protected]>
Update client.md

github.com/nextauthjs/next-auth - e655e3c5504fa837fd9936043447ca0969107bc4 authored over 4 years ago by Iain Collins <[email protected]>
Update example for session()

github.com/nextauthjs/next-auth - 6ea00f44dd3a326dafe5616308a09e8c0115eb05 authored over 4 years ago by Iain Collins <[email protected]>
Update client.md (#204)

Added example of using session for api routes

github.com/nextauthjs/next-auth - 843c258dd36347067bc83fd2bd1e71ccb7667f94 authored over 4 years ago by Seva Maltsev <[email protected]>
Remove oudated information from CONTRIBUTING.md

github.com/nextauthjs/next-auth - c6c94b1805772a74aed4a47355ae8e794f85a0a6 authored over 4 years ago by Iain Collins <[email protected]>
Fix bug parsing hostname from database URL

Resolves #200

github.com/nextauthjs/next-auth - 315d75e40bd7db2a9b4ac1925bcfb0bab6766647 authored over 4 years ago by Iain Collins <[email protected]>
Fix bug linking accounts when using JWT with Mongo

Resolves #198

github.com/nextauthjs/next-auth - f8bfe0c613760e52d54e92969eaf71dc96c7c600 authored over 4 years ago by Iain Collins <[email protected]>
HOTFIX for incorrect params to createSession

Resolves #197

github.com/nextauthjs/next-auth - 50b9743bb6a659c6b3061f07b7f5db1ede00ff04 authored over 4 years ago by Iain Collins <[email protected]>
Update introduction.md

github.com/nextauthjs/next-auth - 9c9abf19a36579491b01f1613042f75cafd224a7 authored over 4 years ago by Iain Collins <[email protected]>
Update contributors.md

github.com/nextauthjs/next-auth - 51f9f6fe6fb10e5930a73fbe74a2812ce6ef8fd6 authored over 4 years ago by Iain Collins <[email protected]>
Fix sessionExpiry on updateSession

github.com/nextauthjs/next-auth - f9d0719ec400312260c21c07f1518fed7f8c8240 authored over 4 years ago by Iain Collins <[email protected]>
Add JWT docs and update other docs

github.com/nextauthjs/next-auth - 0c2c4cab694c7536dd2b8db3b8dbe0ee67752717 authored over 4 years ago by Iain Collins <[email protected]>
Add JWT session support

* Now has jwt and jwtSecret options
* Set jwt: true to use JWT instead of DB for session
* Enabl...

github.com/nextauthjs/next-auth - ceb35cd0365434ab2d4b77dd29b46533b2b287c1 authored over 4 years ago by Iain Collins <[email protected]>
Improve note on client API docs

github.com/nextauthjs/next-auth - 40f36e5ee92f09ba64a1afa9d82d7e7a5b008357 authored over 4 years ago by Iain Collins <[email protected]>
Add documentation about provider client method

github.com/nextauthjs/next-auth - e9903d5391f0b95916027f1edb3aae90af610523 authored over 4 years ago by Iain Collins <[email protected]>
Updated apple.md (#194)

Convert .k8 to single line to use as environment variable
Added additional comments on how to g...

github.com/nextauthjs/next-auth - a5bc38e61ce07422b67b23142003e85d524fc29b authored over 4 years ago by Gerald Nolan <[email protected]>
Fix bug in VerificationRequest schema

github.com/nextauthjs/next-auth - 0495057458c7a6de265a77b0cf82cf964a4a2748 authored over 4 years ago by Iain Collins <[email protected]>
Fix bug in Apple provider

github.com/nextauthjs/next-auth - 6df73224931c4b51e8b2c8ab5da940b2560c7faf authored over 4 years ago by Iain Collins <[email protected]>
HOTFIX CSS on signin page in Chome

github.com/nextauthjs/next-auth - 8a2ee7cbcee77bda7b3ec9250ec23c563f7b8488 authored over 4 years ago by Iain Collins <[email protected]>
Improve styling on built-in pages

Improved font usage and button apperance.

github.com/nextauthjs/next-auth - a465e2cda8b5c082da8b604d034731b649ad4a7f authored over 4 years ago by Iain Collins <[email protected]>
Bump beta version number

github.com/nextauthjs/next-auth - 81c22f81ca63468aa6fdf6edf34ddea9ac24f982 authored over 4 years ago by Iain Collins <[email protected]>
Update Apple and Email provider docs

github.com/nextauthjs/next-auth - c4fe49b0af95c542cc43704533cd153d0c3e7272 authored over 4 years ago by Iain Collins <[email protected]>
Update advanced and basic options docs

github.com/nextauthjs/next-auth - 5f211c8d0a12706180cffe65da2028b5d8966e2a authored over 4 years ago by Iain Collins <[email protected]>
Bump beta version number

github.com/nextauthjs/next-auth - e993bc4f2aa241201cda238083119ae0724925d3 authored over 4 years ago by Iain Collins <[email protected]>
Update next auth client documentation

github.com/nextauthjs/next-auth - 3e41381a52773d931900f521aae69aef25c89718 authored over 4 years ago by Iain Collins <[email protected]>
Refactor check-email page as verify-request

This allows the API surface to be more consistent

github.com/nextauthjs/next-auth - 93488846e24bdb50a68c24e8f54a089d92be6f5c authored over 4 years ago by Iain Collins <[email protected]>
Tell ESLint to ignore docs theme files

github.com/nextauthjs/next-auth - 9609d4463858008ada34b05130d35c53abbda842 authored over 4 years ago by Iain Collins <[email protected]>
Refactor Apple provider to genereate secret dynamically

See #176

github.com/nextauthjs/next-auth - 59403ec607d25fe566329a8754850440eaee1402 authored over 4 years ago by Iain Collins <[email protected]>
Fix bug with callbackUrls not being passed to custom pages

github.com/nextauthjs/next-auth - 15424d2d03663920cd9134a7f60608fd2dc67509 authored over 4 years ago by Iain Collins <[email protected]>