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
github.com/nextauthjs/next-auth - 45c732060d8fbc9dfdaa306c114b1c3116762670 authored over 6 years ago by Rahul <[email protected]>
github.com/nextauthjs/next-auth - 15092f54e5bb00ff3b38e7d888a5536ec0a7544b authored over 6 years ago by Joel M <[email protected]>
* Hotifx for release 1.8.3 which was a broken release (!)
* This release includes a downgrade fr...
Fixes Webpack config for the latest release of webpack/webpack-cli
github.com/nextauthjs/next-auth - 0b1f7b98bb5f281385a500008968d67a778f2ba8 authored over 6 years ago by Iain Collins <[email protected]>
* Now respects 'callbackUrl' in 'strategyOptions' for oAuth providers.
* Updated dependancy vers...
Respect configuration file option for setting 'secure' to false in nodemailer via an optional en...
github.com/nextauthjs/next-auth - 24885187aa90d1ac7c4e47bf72c07161603b9cf5 authored over 6 years ago by Iain Collins <[email protected]>Respect strategyOptions.callbackUrl
github.com/nextauthjs/next-auth - c4f81272d6757c4ddfa8c5ba9a37f0a5f3cdbf80 authored over 6 years ago by Iain Collins <[email protected]>github.com/nextauthjs/next-auth - 29b03dadea10624e61d1f47179f1ebef0ecd4a66 authored over 6 years ago by Josh Rincon <[email protected]>
github.com/nextauthjs/next-auth - 3883065e1f61a4fdd2565aa54a792cb92e7e612d authored over 6 years ago by lifehome <[email protected]>
github.com/nextauthjs/next-auth - 90e3eb9fb023a32a7565a3add1f64c7089aa572a authored almost 7 years ago by Ryan Calvert <[email protected]>
When calling update() after…
1. Invalidating a one time use emailToken (after use).
2. Unlinkin...
* Resolves #18 by providing an easy way to define a custom credentials based sign in end point a...
github.com/nextauthjs/next-auth - bf3c5fb273aa96cc65b9879b182eda0ffb3e903b authored almost 7 years ago by Iain Collins <[email protected]>Resolves #19
github.com/nextauthjs/next-auth - cc872701ebf096d9e0360f4bdc1dfc42b3fdc17b authored almost 7 years ago by Iain Collins <[email protected]>The module `isomorphic-fetch` is required by `next-auth/client` (but should not be bundled in as...
github.com/nextauthjs/next-auth - 4960f19d7ea8817329704aefb8cadc4a4b8e3889 authored almost 7 years ago by Iain Collins <[email protected]>github.com/nextauthjs/next-auth - 8045a9318a672073f18088ba13d48b4fea3b6fd4 authored almost 7 years ago by Iain Collins <[email protected]>
github.com/nextauthjs/next-auth - 9c0f61280ad6c677506c010dec67e50d740a6597 authored almost 7 years ago by Iain Collins <[email protected]>
This update fixes a bug with initialisation and route handling when not passing a port to NextAuth.
github.com/nextauthjs/next-auth - b7c30461be62cd57e8be0110fc7743d13d663402 authored almost 7 years ago by Iain Collins <[email protected]>* Fixes bug in v1.6.0 with the return reponse (for those extending NextAuth), it was returning a...
github.com/nextauthjs/next-auth - e98976af04a62f3263820ce79e6fa1f7ae70e84e authored almost 7 years ago by Iain Collins <[email protected]>Resolves #16
github.com/nextauthjs/next-auth - ada0568c393bb068c2d68b0c0b50601dfa4db2ba authored almost 7 years ago by Iain Collins <[email protected]>
* Example now uses Next.js 5.0.
* Pruned unused dependancies.
* Fixed missing depdendancies for ...
The major change in this release is integration of next-auth client codebase, so including the n...
github.com/nextauthjs/next-auth - 093b1a4524a649de313c7d20d65f4a0d5737b26e authored almost 7 years ago by Iain Collins <[email protected]>This shouldn’t normally be published in a module and causes problems for those consuming it.
github.com/nextauthjs/next-auth - 451e605c6908f9dfa670264ffe386d50a9d5d841 authored almost 7 years ago by Iain Collins <[email protected]>* Now trust proxies running in front when they say they are running the site over SSL (e.g. Hero...
github.com/nextauthjs/next-auth - 54da7ae878302a1b1a461223067432eaf34c615e authored almost 7 years ago by Iain Collins <[email protected]>Update to always use HTTPS for callback URLs and in email tokens if the site is being accessed v...
github.com/nextauthjs/next-auth - 7e77ba40f170ce4838456db96de68602c05e1598 authored almost 7 years ago by Iain Collins <[email protected]>github.com/nextauthjs/next-auth - 64d73f7353b6d4ffdd4c311a762463aae8b83455 authored almost 7 years ago by khuezy <[email protected]>
github.com/nextauthjs/next-auth - 0043df47a231d0feffaa5542fbe39fbdb21683f3 authored almost 7 years ago by Khue Nguyen <[email protected]>
github.com/nextauthjs/next-auth - dca5d4b7574880fd5dcc028cf91b76a34d01ac68 authored almost 7 years ago by Khue Nguyen <[email protected]>
github.com/nextauthjs/next-auth - 145064943958ddffcf02048fc3f32cecf456b52a authored almost 7 years ago by Iain Collins <[email protected]>
The oAuth profile for a service is now passed to update() and insert() when signing in via oAuth...
github.com/nextauthjs/next-auth - afcae75aaf51b16bf1c1915bc7e2f3f101f01fe2 authored almost 7 years ago by Iain Collins <[email protected]>This makes it easier to access properties after loading NexAuth.
github.com/nextauthjs/next-auth - 5fe3f09d47d31523c1ece9082a156346e786d624 authored almost 7 years ago by Iain Collins <[email protected]>Now sends mail directly from localhost if no mail server configured.
This is not recommended fo...
github.com/nextauthjs/next-auth - ff23eba4a45119f99460fa5bd00ca55b8a9d1022 authored almost 7 years ago by Iain Collins <[email protected]>github.com/nextauthjs/next-auth - e6c5b06285f9cbd63ae4ce8089f535d5d29ea479 authored almost 7 years ago by Iain Collins <[email protected]>
github.com/nextauthjs/next-auth - 5d28116acc6a94011753bea579d991087be2153d authored almost 7 years ago by Iain Collins <[email protected]>
github.com/nextauthjs/next-auth - 9cad8e7ab81c080e1813b4894856cbbcd6dfd6f1 authored almost 7 years ago by Iain Collins <[email protected]>
github.com/nextauthjs/next-auth - 85f5b262c1168ec73ce40976b2350efd5ab048bf authored almost 7 years ago by Iain Collins <[email protected]>
Linked account information was sometimes displayed incorrectly.
This has been fixed, and error ...
github.com/nextauthjs/next-auth - c2480fde8553b2d10ecccbe02cb7f9289f63ace3 authored almost 7 years ago by Iain Collins <[email protected]>github.com/nextauthjs/next-auth - b905c856e491fff41123451129a98bc6462da7d1 authored almost 7 years ago by Iain Collins <[email protected]>
github.com/nextauthjs/next-auth - 021a16ea10f97b91210c88362dfe10ad56ce0c8a authored almost 7 years ago by Iain Collins <[email protected]>
github.com/nextauthjs/next-auth - 803736ad0ce0a37faf3a24234742f059df8d6254 authored almost 7 years ago by Iain Collins <[email protected]>
Commited by accident
github.com/nextauthjs/next-auth - 57df0378f1a9dd6e5a21978289f1e31e81364f48 authored almost 7 years ago by Iain Collins <[email protected]>github.com/nextauthjs/next-auth - a37fc97a60d2b511924adf8d7f4912fb4dbd9638 authored almost 7 years ago by Iain Collins <[email protected]>
github.com/nextauthjs/next-auth - cc0e2d9366f9b86c3d262378cc537975ca10b3c1 authored almost 7 years ago by Iain Collins <[email protected]>