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 and document state provider option

github.com/nextauthjs/next-auth - b91bfef16d96651b47e52ce6d9c73f8b2e8d1595 authored over 4 years ago by Iain Collins <[email protected]>
Fix error merging branches for v3

Accidentally squashed a couple of lines in OAuth callback.

github.com/nextauthjs/next-auth - 72eb7fda3fb83f86ed20d8d0dcf5687661ef5054 authored over 4 years ago by Iain Collins <[email protected]>
Update version to 3.0.0-beta.8

github.com/nextauthjs/next-auth - 78d1983f9a74af9ad21935957d2074a3333095df authored over 4 years ago by Iain Collins <[email protected]>
Improve client event handling

Improves how well syncing client state is handled and how well caching is leveraged.

Reduces ne...

github.com/nextauthjs/next-auth - e9bdd5c355fd705ca41eb449419c8a6baa030984 authored over 4 years ago by Iain Collins <[email protected]>
fix(prisma): Make sure provider id is a string

github.com/nextauthjs/next-auth - e7b06d3362d5000d990c161748112eaddee2f5bd authored over 4 years ago by Fredrik Pettersen <[email protected]>
Fix linter errors and add comments

github.com/nextauthjs/next-auth - 97096fb81163a5401878dc73302f1a7e37502d81 authored over 4 years ago by Iain Collins <[email protected]>
Improve adapter documentation

github.com/nextauthjs/next-auth - d86464c822644987f4b8acfe155d0ec8e43105f3 authored over 4 years ago by Iain Collins <[email protected]>
Document SQL for MySQL and Postgres

These match up exactly with the models generated by TypeORM in v3 and are suitable for use with ...

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

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

github.com/nextauthjs/next-auth - fcfeb0ce880f94a6a03c7c2b123afd816b417993 authored over 4 years ago by Iain Collins <[email protected]>
Improve docs site on mobile

github.com/nextauthjs/next-auth - 78c7041b3f88c168114cbd4afdf91819cb1f1e13 authored over 4 years ago by Iain Collins <[email protected]>
Improve TypeORM adapter (#460)

* Uses `require_optional` and `peerOptionalDependencies` instead of dynamic import to resolve is...

github.com/nextauthjs/next-auth - dcbd7a6703ced9ac9aa7e83df0030fb893c7c9d6 authored over 4 years ago by Iain Collins <[email protected]>
Add option to reject signIn/authorize callbacks

github.com/nextauthjs/next-auth - 4a23f88180d8c3e1e42bbfc241fdc827fad57012 authored over 4 years ago by Iain Collins <[email protected]>
Improve examples and documentation

github.com/nextauthjs/next-auth - bd188ff410f613497a9bbac8508dba76cbbdb316 authored over 4 years ago by Iain Collins <[email protected]>
Improve sidebar apperance

github.com/nextauthjs/next-auth - e6fd4c2edce0628c2de07cee0e1600e8a16eff51 authored over 4 years ago by Iain Collins <[email protected]>
Fix return type of sign in callback in docs

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

github.com/nextauthjs/next-auth - a24fb8b380176e0202b4352adf634f20455e99a2 authored over 4 years ago by Iain Collins <[email protected]>
Add tips to provider documentation

github.com/nextauthjs/next-auth - e19ca19a823a68ec0bcc139bcb54190e690fb242 authored over 4 years ago by Iain Collins <[email protected]>
docs: Fix typos and wording in Client API (#455)

While reading through the new v3 docs, I spotted a few typos and some convoluted wording. Hence ...

github.com/nextauthjs/next-auth - 100eece7a27df73325e53ab69c6968aa2776b98f authored over 4 years ago by Timo Mämecke <[email protected]>
WIP Add JWE

Working implementation (with limited key length and no exp check) using node-jose from Cisco.

I...

github.com/nextauthjs/next-auth - 481db425d6c62828e5040db7b2f71b754adededc authored over 4 years ago by Iain Collins <[email protected]>
Clean up cruft in JWT class; add comments

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

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

* Set encryption: false by default
* Use 64 bit input for generated signing key

github.com/nextauthjs/next-auth - 65319e39271e17d2a88c0486bb852f792e8d80c5 authored over 4 years ago by Iain Collins <[email protected]>
Add Prisma client to optional peer dependencies

This doesn't technically do anything (except for the mongodb peer dependancy, which is invoked w...

github.com/nextauthjs/next-auth - 52af06cd3347b0430a2d57fdc3ccf0693d1854ee authored over 4 years ago by Iain Collins <[email protected]>
Update version to 3.0.0-beta.18

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

github.com/nextauthjs/next-auth - ca3f26b8d2843814fcbf5f5f25b3c695365f501b authored over 4 years ago by Iain Collins <[email protected]>
Refactor JWT payload to use claims

Resovles #224

github.com/nextauthjs/next-auth - fec69a21becf42ac0600e90bdd7d4d2042aaeee7 authored over 4 years ago by Iain Collins <[email protected]>
WIP refactor JWT based on feedback

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

Addresses issue raised in comments on #429

github.com/nextauthjs/next-auth - d2a2352e9a7fd364452027b8a843f10326f284c3 authored over 4 years ago by Iain Collins <[email protected]>
Review JWT comments; enable zip encoding

github.com/nextauthjs/next-auth - 19917972ef753cce1021eb4835f0d05d2cbe6572 authored over 4 years ago by Iain Collins <[email protected]>
Improve FAQ documentation

github.com/nextauthjs/next-auth - 3597733daed15a863dd027df5c1758da55b79d51 authored over 4 years ago by Iain Collins <[email protected]>
Update copy on homepage

github.com/nextauthjs/next-auth - a9131724d67d3b216938d8aaab3aa172d8e742cb authored over 4 years ago by Iain Collins <[email protected]>
Explicitly set expires property for session on updateSession

github.com/nextauthjs/next-auth - 278ecc1e48f24eb6067c038273552da9289fc364 authored over 4 years ago by Ty Lange-Smith <[email protected]>
Update documentation

github.com/nextauthjs/next-auth - 475f0e7b519c2eb25fc7967be7991a48b0d8f3ea authored over 4 years ago by Iain Collins <[email protected]>
Update JWT questions in FAQ

github.com/nextauthjs/next-auth - cb9ce69ba3985965da553a4f758e1a025ec6b744 authored over 4 years ago by Iain Collins <[email protected]>
Fix linting errors

github.com/nextauthjs/next-auth - af3da3abf8fdb48e0bf7898b8da6b36c5bd76b79 authored over 4 years ago by Iain Collins <[email protected]>
Add tutorial showing how to protect pages & routes

github.com/nextauthjs/next-auth - eda4a6d18bbaaa7d8c6902856260e93e02ebfa69 authored over 4 years ago by Iain Collins <[email protected]>
Cosmetic improvements to docs

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

github.com/nextauthjs/next-auth - c19a79cbcae1c16a2182a4c84cc55c472e8e2749 authored over 4 years ago by Iain Collins <[email protected]>
Update homepage copy and package description

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

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

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

github.com/nextauthjs/next-auth - 8b5af54e1c1c53f72af8996f73e197791d9b23ab authored over 4 years ago by Iain Collins <[email protected]>
Remove default iss check (makes it optional)

github.com/nextauthjs/next-auth - 53ea8407eae081084b9da1c1e6e1c0ae1af792f2 authored over 4 years ago by Iain Collins <[email protected]>
Implement JWE

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

github.com/nextauthjs/next-auth - 9e4a6fec5904d4abd6d03ee8a34628dbdc6fbf3e authored over 4 years ago by Iain Collins <[email protected]>
Add support for hitting cancel if using token id

When using a provider that uses Token ID option (like Apple) a user hitting cancel with no longe...

github.com/nextauthjs/next-auth - d41c38e002f55c861bf63ae41a564a741d301b16 authored over 4 years ago by Iain Collins <[email protected]>
Add provider icons to homepage

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

github.com/nextauthjs/next-auth - db8c0820b6c98701f6d36c7ffa89aa92cd294026 authored over 4 years ago by Iain Collins <[email protected]>
Tweak CSS on homepage

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

github.com/nextauthjs/next-auth - f57f11e6fff7e98d43413e758ae3bb5f4974dfd5 authored over 4 years ago by Iain Collins <[email protected]>
Update local environment setup steps to fix npm link problems per issue #472

github.com/nextauthjs/next-auth - 1ab029c60abf18c75c24b13e8fc8aecb0d86a8a6 authored over 4 years ago by Ben Fox <[email protected]>
Bump version to 3.0.0-beta.21

Resolves #477 by fixing issue with last build being screwy

github.com/nextauthjs/next-auth - 2c32504cc9ac8d3b6256f1f2884cd32498d307a9 authored over 4 years ago by Iain Collins <[email protected]>
Improve homepage

github.com/nextauthjs/next-auth - fc05140c1f44dac328ccead29552f25e861aef7c authored over 4 years ago by Iain Collins <[email protected]>
Update homepage and refactor CSS

Making an attempt to clean up some of crusty CSS I've added.

github.com/nextauthjs/next-auth - 5a8022e9a2bf8e05aa4b22722bc17f150cf14662 authored over 4 years ago by Iain Collins <[email protected]>
Enforce HMAC-256 on JWT

Now that we are going to expose the option to disable encryption on tokens we need to enforce th...

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

github.com/nextauthjs/next-auth - 8cda627fe6c3c85514eb24ec32d4665cf2f76e4f authored over 4 years ago by Iain Collins <[email protected]>
Update TypeORM tutorial

github.com/nextauthjs/next-auth - d0a0ccc6bca83709cfdd8572a13c39fb3095f971 authored over 4 years ago by Iain Collins <[email protected]>
Update version to 3.0.0-beta.13

github.com/nextauthjs/next-auth - c220bcc57ebb7d06d7f2f49dede39c59f64cba00 authored over 4 years ago by Iain Collins <[email protected]>
Refactor to simplify site URL configuration

Includes some linter fixes

github.com/nextauthjs/next-auth - 999222cd979338ddb13eefc07e006eca0dff96e7 authored over 4 years ago by Iain Collins <[email protected]>
Add tutorial on how to use custom typeorm models

github.com/nextauthjs/next-auth - 229a3e430e225ffcb3b92dd54a1c89820b7835a5 authored over 4 years ago by [email protected] <[email protected]>
Improve client state syncing

* clientMaxAge now passive
* clientPollInterval added (works like old clientMaxAge)
* poll inter...

github.com/nextauthjs/next-auth - 972856729646fe02f0b1e98c0e4ec8442925bff7 authored over 4 years ago by Iain Collins <[email protected]>
docs(prisma): Add note about model names and set email to optional

github.com/nextauthjs/next-auth - 966bc7b433925f117107d4d20ec778f75e727aa6 authored over 4 years ago by Fredrik Pettersen <[email protected]>
Update pages documentation

github.com/nextauthjs/next-auth - 0e2321dc14028b70996d9d15c4548735456fe04d authored over 4 years ago by Iain Collins <[email protected]>
Fix for reading private key in Apple provider

github.com/nextauthjs/next-auth - 189a2c8e0e68ecfb35cdc8ae87f1a55be7405d4c authored over 4 years ago by Iain Collins <[email protected]>
Improve CSRF security for all routes

Includes breaking changes for v3 and updates to documentation.

If using the client, the only re...

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

github.com/nextauthjs/next-auth - ba9dc17e44e1b11eebb58f94ba9eab7e0b04e0a9 authored over 4 years ago by Iain Collins <[email protected]>
Update version to 3.0.0-beta.9

github.com/nextauthjs/next-auth - 1a8ed2aec179f60ff33fcb5a71889c9195111aec authored over 4 years ago by Iain Collins <[email protected]>
Fix linting errors and bug in getCsrfToken

github.com/nextauthjs/next-auth - 8e810aa765b35cf9c391a349b8d749bdb43d77ec authored over 4 years ago by Iain Collins <[email protected]>
Add provider Vercel-style marquee to docs

* add: marquee provider section
* fix: lint
* update: adjust node sizes
* fix: window undefin...

github.com/nextauthjs/next-auth - 1d80f595c5c717dc666717c0aca2bf9233156153 authored over 4 years ago by Nico Domino <[email protected]>
feat: Added UserData to ProfileData after return from Apple to get user name on first sign in

github.com/nextauthjs/next-auth - e8b75e40b1b0f749c48b5d5eab346a19d94342d7 authored over 4 years ago by Gerald Nolan <[email protected]>
Only invoke setTimeout client side

This should never be called server side, but just in case someone calls setOptions server side t...

github.com/nextauthjs/next-auth - 9737b4c6abe3f958b0bf01047a99dced2cfdb88e authored over 4 years ago by Iain Collins <[email protected]>
feat(adapter): Add opinionated prisma adapter

github.com/nextauthjs/next-auth - d5d8eb8d7c9c45524cd417b1bf634e22f9a93707 authored over 4 years ago by Fredrik Pettersen <[email protected]>
Update events, callbacks & pages to use camelCase

* This is a breaking change in v3
* Includes updated documentation

github.com/nextauthjs/next-auth - 32853b8d1e4e24e575049c38da2ffb826b3124af authored over 4 years ago by Iain Collins <[email protected]>
Respect existing cookies on a request object

Unproven, but should fix #395 and improve middleware compatibility.

github.com/nextauthjs/next-auth - 3c94940ae6a4a0994b854eba877d7fb804c9ced1 authored over 4 years ago by Iain Collins <[email protected]>
Disable use of state on Apple provider

It is not supported by Apple ID.

github.com/nextauthjs/next-auth - faec6824ba1705ae5c4fc912c3cf1471a9ac4ad6 authored over 4 years ago by Iain Collins <[email protected]>
Refactor redirect handling (WIP)

Passing a redirect function like this is a bit horrible, but is less horrible than before.

github.com/nextauthjs/next-auth - ef6579a7ee83e1566e00313bb8c46e1dc0e95401 authored over 4 years ago by Iain Collins <[email protected]>
Fix bug with NEXTAUTH_URL parsing

github.com/nextauthjs/next-auth - f8a4808aa72daff0f6685e501d002455717952e6 authored over 4 years ago by Iain Collins <[email protected]>
Prisma adapter refactor

github.com/nextauthjs/next-auth - 8f472c598738343f01ea4246f4efba6e8a877bb4 authored over 4 years ago by Iain Collins <[email protected]>
Add LinkedIn provider

github.com/nextauthjs/next-auth - 8ec07f02242d6d7d901c4c087cdf732fcc99cc4d authored over 4 years ago by nyedidikeke <[email protected]>
docs(options): remove duplicate arrow

github.com/nextauthjs/next-auth - 558536db1e3fd25168bc8012a9ec25402cdcba84 authored over 4 years ago by dan-kwiat <[email protected]>
[Docs] fix small typo

github.com/nextauthjs/next-auth - 0c2fe054d12d987be6e7b7ee7ff7ffb1b58c9c97 authored over 4 years ago by Lori Karikari <[email protected]>
Bump lodash from 4.17.15 to 4.17.19 in /www

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](http...

github.com/nextauthjs/next-auth - b5a69fd787551bfbb3b3bdaf2b73a92abe3efb8b authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump lodash from 4.17.15 to 4.17.19

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](http...

github.com/nextauthjs/next-auth - 9b29ed347dc4c63b9fe1f9779be1c18af1d7cabe authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fallback if user.name is null (#424)

Co-authored-by: cws <[email protected]>

github.com/nextauthjs/next-auth - 008b1a9f8d6fd7a4bfdccaf287f89e79fb88bd9a authored over 4 years ago by styxlab <[email protected]>
Update question.md

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

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

github.com/nextauthjs/next-auth - 09938cc368a23433500955a917cf5271f84eb46c authored over 4 years ago by Iain Collins <[email protected]>
Use id_str for reading in Twitter user ID

github.com/nextauthjs/next-auth - 5db05e1031d07f3651e6e58f1fa046acb1018135 authored over 4 years ago by Jake Harding <[email protected]>
Fix wrong syntax in Apple provider example

It fixes a syntax error in Apple provider example code.

github.com/nextauthjs/next-auth - f6ba72b4fab0228205cfdcf535f75f6d35f0fd7b authored over 4 years ago by Ryuichi Okumura <[email protected]>
Fix typo: curly brace should be square bracket

github.com/nextauthjs/next-auth - bf7e555cfaa276d8a88892a1ddd4f4aa6cf34fd1 authored over 4 years ago by Jonathan Dean <[email protected]>
Add Spotify provider

Add Spotify to the sidebar

github.com/nextauthjs/next-auth - 26abc70a996dcce52c9903ac982f12943fef7aab authored over 4 years ago by William Duplenne <[email protected]>
Fix using merged models var instead of user provided models in props

Merged models were being overwritten by user provided models which
might come incomplete

github.com/nextauthjs/next-auth - d38cd54deeb225774c016407e80444ff206a4273 authored over 4 years ago by [email protected] <[email protected]>
Update pages.md (#389)

github.com/nextauthjs/next-auth - 200690ad6cf2105f0efd139ee24e079852f0301e authored over 4 years ago by felipe muner <[email protected]>
Add: testing with cypress docs (#357)

* add: testing with cypress docs

* update: add tutorials group

github.com/nextauthjs/next-auth - 52b69a6d68b8ee0d13f1d63c0ba49beb485b9a45 authored over 4 years ago by Nico Domino <[email protected]>
Fix reading of req in getSession()

github.com/nextauthjs/next-auth - f319b2af057f7f24f90b848ce0956bcafb61ec18 authored over 4 years ago by Theo Gravity <[email protected]>
Update callbacks.md

github.com/nextauthjs/next-auth - b80a005733538f051998ca8db91162993cc67277 authored over 4 years ago by Iain Collins <[email protected]>
Pass maxAge to the 'jwt.getJwt' function

With that it can pass that to the `jwt.decode` method. This will be useful, if we are using a cu...

github.com/nextauthjs/next-auth - 34936aecc0b7cb62c00057710b940254ee24f8e6 authored over 4 years ago by Arunoda Susiripala <[email protected]>