Ecosyste.ms: OpenCollective

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

github.com/nextauthjs/next-auth

Authentication for the Web.
https://github.com/nextauthjs/next-auth

Update callbacks.md

22005c746572052aed9956da9b6a11e8f24f307f authored over 4 years ago
Bump beta version to 78

0686b5ff32c888b6198d6a84afd6ae6d89a26cba authored over 4 years ago
Fixes no adapter error

Fixes #263

f495ecda3a317712eceb226a233183951ff0b50d authored over 4 years ago
Add limited support for credentials sign in

1f4bc91d878d6cad36fedd6f7c60e8f2896fc04a authored over 4 years ago
Bump beta version to 76

e54bf254cbeb2838e62d84463ce32cf076a36a52 authored over 4 years ago
Improve built-in pages on mobile

Resolves #231 for now.

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

fc2d3adc1fbbba92273df6eaf8b68104e51b7a31 authored over 4 years ago
Add callbacks and events

6032a99a90cc5cec4edbc6a023a410430bbd632d authored over 4 years ago
Wire up supported events so they are triggered

966aa8245d43d177b053ab0a591eca2181b18745 authored over 4 years ago
Add OAuth profile to JWT callback on sign in

9b25a2d2451828626686a39c3a8cc128e4abc6e8 authored over 4 years ago
Refactor callbacks, add events; add debug logging

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

c66563119128c1d4ff192a0f4ee3f73bf16778b3 authored over 4 years ago
Add description for each event

d2205870182ac6bf661df8f20c963226a178b8be authored over 4 years ago
Bump beta version to 75

18c99616b337859673e3c1f36120e4aceda40ac2 authored over 4 years ago
Update callbacks and events documentation

70e3ab7e8965a6d45b0a17f747e00f6caa974d0f authored over 4 years ago
Add file for Google Search Console verification

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

d130251b41c5600e787c1646c6d30d60e40cb7ce authored over 4 years ago
Merge branch 'main' of github.com:iaincollins/next-auth into main

4dd8d3160ba901503f9937a333004185c345dfaf authored over 4 years ago
Update documentation

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

667fe8cf5048596446dc384254129e2fdf4df57c authored over 4 years ago
Refactoring naming strategy

Not a breaking change, just a refactor!

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

554c32c6f12095a19353dd1b7276ac869c172339 authored over 4 years ago
Update documentation

bdc0e8e16fe024de9acd22658076d42be46efa3d authored over 4 years ago
Fix typo in docs

3b0527add83186eb708a3d3b98241b616edc8056 authored over 4 years ago
Update documentation

2b494357e5bc1f8b6ec5be62be25e827bcce4116 authored over 4 years ago
HOTFIX for sqlite schema transform

7a0624b8dbbcecb748824a96b1f4ed0d3f5f531e authored over 4 years ago
Update postgres.md

bb8a2c94ccfefdde6a03e91b31bf5f7585541660 authored over 4 years ago
Add database drivers as devDependencies for testing

ac12d6a6e266940caf20e4b5da3b12c473408702 authored over 4 years ago
Update user model documentation

c5fad1b933c7ecb143bf132543480cff54c83257 authored over 4 years ago
Update documentation

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

f1ed5c1e97f0eeb418269c47d55e0075f68ad4ce authored over 4 years ago
Update models to use better table/collection names

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

f3532ebef274300a4b00b37e3cf2dda0cc7bc5ba authored over 4 years ago
Refactor getProfileFromToken to idToken

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

5946710fe83f0ed28a0847ff1ff825c22bd63a91 authored over 4 years ago
Bump beta version to 72

5e9f392ba82b0667738bd15eaddfc412cfb9d510 authored over 4 years ago
Refactor models and schemas

cc0c15e37c033b3f4b79496d9a481c25ebfd9669 authored over 4 years ago
Add script to extract schema from databases

5cf0056e6936e0be4ccd8b3b29963c59df0f9001 authored over 4 years ago
Rename master branch to main

9a630dcb01fe8785f2aea023fc4aea05577fd328 authored over 4 years ago
Add getProfileFromToken option

d30b112d71437426f908a98c5cba9cdfcaef00dc authored over 4 years ago
Add issue templates

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

5fded4256d9aa218d3db61985a5652efdbbde80c authored over 4 years ago
Fix typo in adapter docs

d2fdfa7528f516fd983c7293db529d5dbfcd51cb authored over 4 years ago
Refactor debug messages in adaptor

Format is now consistant with error logs

dc903f80590aee7e4a417e4c83dd1a1e513297d4 authored over 4 years ago
Fix for unique emails in MongoDB

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

55c3acab9a62c94a455e3c2c6dd15713f610c97d authored over 4 years ago
Make email addresses optional when signin in

156c8e1e97a7f23031f3e58e71dfc3560b5b32f4 authored over 4 years ago
Fix typo

78ba85e74d4583163f9064338f1e1d52dcd848ba authored over 4 years ago
Fix typo in introduction.md

6d41089d48d60ae921a94b61648330e7fe9be4e2 authored over 4 years ago
Fix typo in errors.md

64b23d484da30496c0501be23951445f7ed52269 authored over 4 years ago
Update example.md

5f65e8c30dc6711682513c3accd662010143b558 authored over 4 years ago
Update google.md

49d560fa24b8cff2e1d6bcc3e4f208e9850abb20 authored over 4 years ago
Added JWT helper method

416785941b5e2efa0da91e4077e11cca4dcc5c40 authored over 4 years ago
Update JWT docs

36c469660e78fa1a1f56712054d20e3e066609c6 authored over 4 years ago
Updated error docs and logger

799bd2dfaabcb9ef3321f7003e6051882612e551 authored over 4 years ago
WIP: Console Errors with URLs (#222)

* test: override console.error

* update: clean up test URL + test docs

* refactor console....

c0ccbc9274644c56d359afa41ae0b3df7c5a5712 authored over 4 years ago
fix: missing file export jwt.js in npm release

0918cdbfa0f61fcb2fef9a3cb40f1655fa10f98e authored over 4 years ago
Allow session.get callback to use data from JWT

077f60e7c4d908e5659a7536a7a900a1c9d7afd0 authored over 4 years ago
Fix typos in README

96900e77f68f25eb704fa2cc95d18caffcc50ce1 authored over 4 years ago
Reduce line length of comment in example

f43343bd2c23b761d21064601a6ae7deea618ee4 authored over 4 years ago
Fix typos in documentation

8e69940ae69f69028ea65d39396d5970e228379b authored over 4 years ago
Refactor JWT, Sessions and add allowSignin() method (#223)

## Database

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

0d825bbc3995442e3705f9862f4630cd88cb82e5 authored over 4 years ago
Fixed Google Link

35123f005a24441a2d97ccd2eb5dbc88978da2c2 authored over 4 years ago
Simplified Auth0 config (#219)

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

...

b25730fbd5484e850955c141a10e8cf49675f069 authored over 4 years ago
Seperate provider docs (#214)

* added page for Okta

* updated oauth section of provider docs

* added docs for each provi...

585be4ce4a157715c1d6f42334c1e2d061b8e535 authored over 4 years ago
Added Link to ServiceID

Updated App Configuration link to Apple developer portal

3b5d4b69256fb136a8b851af623cbfcb591576c5 authored over 4 years ago
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....

39471e9bae2b39a7097e5c7d6be384c7461fc9a3 authored over 4 years ago
Bump beta version to 62

This includes the OKTA provider and an improved README.

50039e5a6b38f303e04de7bce85905d9b603ba30 authored over 4 years ago
Fix typos in in README.md URLs

🤦

cb31f9e5548d1d60109164a99580c96b11f9eedf authored over 4 years ago
Update introduction.md

f21fb0f46daf8d994c568d403f604d052a79b7a9 authored over 4 years ago
Update README.md

13c6801c457048f33e5d792b01d209d53c47fcbe authored over 4 years ago
Add sharing image for Facebook and Twitter

1a1b0ffdc60fa07d617bf24797543f20b6fd2de3 authored over 4 years ago
Update docs, mostly for custom pages

e509c28a4f40e168afad41501c682e7cf3ddfd97 authored over 4 years ago
update: essential meta tags

42363101f8ec03f0ee8377f5bd447fcbb86af1f8 authored over 4 years ago
Fix broken logo src

bdb12161195d02a0a6fb1b20380eb6839bd4af46 authored over 4 years ago
update: pull meta info from docusaurus config

5537514b4fe902c145e557ae4a0421e017a5a529 authored over 4 years ago
update: line length to avoid horizontal scroll

3ce64da78f1d53710dedab5a71781f3e0dfb6c7b authored over 4 years ago
chore: cleanup

a638e2b27aa20956b188c2b507b3e3b2d7a32689 authored over 4 years ago
add: meta images / descriptions

bdafc4a2f73e0044f8346153539de3842ae43600 authored over 4 years ago
Add logo

4f5954938a43903703fb168b63a524f3cfbfd4ef authored over 4 years ago
adding support for Okta as a provider (#213)

267a16689525934c48df2944b0e702d49c284f3e authored over 4 years ago
Update client.md

e655e3c5504fa837fd9936043447ca0969107bc4 authored over 4 years ago
Update example for session()

6ea00f44dd3a326dafe5616308a09e8c0115eb05 authored over 4 years ago
Update client.md (#204)

Added example of using session for api routes

843c258dd36347067bc83fd2bd1e71ccb7667f94 authored over 4 years ago
Remove oudated information from CONTRIBUTING.md

c6c94b1805772a74aed4a47355ae8e794f85a0a6 authored over 4 years ago
Fix bug parsing hostname from database URL

Resolves #200

315d75e40bd7db2a9b4ac1925bcfb0bab6766647 authored over 4 years ago
Fix bug linking accounts when using JWT with Mongo

Resolves #198

f8bfe0c613760e52d54e92969eaf71dc96c7c600 authored over 4 years ago
HOTFIX for incorrect params to createSession

Resolves #197

50b9743bb6a659c6b3061f07b7f5db1ede00ff04 authored over 4 years ago
Update introduction.md

9c9abf19a36579491b01f1613042f75cafd224a7 authored over 4 years ago
Update contributors.md

51f9f6fe6fb10e5930a73fbe74a2812ce6ef8fd6 authored over 4 years ago
Fix sessionExpiry on updateSession

f9d0719ec400312260c21c07f1518fed7f8c8240 authored over 4 years ago
Add JWT docs and update other docs

0c2c4cab694c7536dd2b8db3b8dbe0ee67752717 authored over 4 years ago
Add JWT session support

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

ceb35cd0365434ab2d4b77dd29b46533b2b287c1 authored over 4 years ago
Improve note on client API docs

40f36e5ee92f09ba64a1afa9d82d7e7a5b008357 authored over 4 years ago
Add documentation about provider client method

e9903d5391f0b95916027f1edb3aae90af610523 authored over 4 years ago
Updated apple.md (#194)

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

a5bc38e61ce07422b67b23142003e85d524fc29b authored over 4 years ago
Fix bug in VerificationRequest schema

0495057458c7a6de265a77b0cf82cf964a4a2748 authored over 4 years ago
Fix bug in Apple provider

6df73224931c4b51e8b2c8ab5da940b2560c7faf authored over 4 years ago
HOTFIX CSS on signin page in Chome

8a2ee7cbcee77bda7b3ec9250ec23c563f7b8488 authored over 4 years ago
Improve styling on built-in pages

Improved font usage and button apperance.

a465e2cda8b5c082da8b604d034731b649ad4a7f authored over 4 years ago
Bump beta version number

81c22f81ca63468aa6fdf6edf34ddea9ac24f982 authored over 4 years ago
Typo fix

4e4457f3ce0ec2f837e5d7e37357f3113fe1753b authored over 4 years ago
Update Apple and Email provider docs

c4fe49b0af95c542cc43704533cd153d0c3e7272 authored over 4 years ago
Update advanced and basic options docs

5f211c8d0a12706180cffe65da2028b5d8966e2a authored over 4 years ago
Bump beta version number

e993bc4f2aa241201cda238083119ae0724925d3 authored over 4 years ago
Update next auth client documentation

3e41381a52773d931900f521aae69aef25c89718 authored over 4 years ago
Refactor check-email page as verify-request

This allows the API surface to be more consistent

93488846e24bdb50a68c24e8f54a089d92be6f5c authored over 4 years ago
Tell ESLint to ignore docs theme files

9609d4463858008ada34b05130d35c53abbda842 authored over 4 years ago
Refactor Apple provider to genereate secret dynamically

See #176

59403ec607d25fe566329a8754850440eaee1402 authored over 4 years ago
Fix bug with callbackUrls not being passed to custom pages

15424d2d03663920cd9134a7f60608fd2dc67509 authored over 4 years ago