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 emailVerification to verificationRequest

Changes to verification model mean it can be used for other kinds of verification requests when ...

github.com/nextauthjs/next-auth - 5f0f403b503cacddf8d56d03930f7ad014491f5f authored over 4 years ago by Iain Collins <[email protected]>
Fix linting and minor bug in client

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

github.com/nextauthjs/next-auth - 9d2d7133a1541ece5c4361be0f6f2c0f3e05f514 authored over 4 years ago by Iain Collins <[email protected]>
Add signin and signout methods to client

* Using method preserves current URL on signin / signout
* Reloads browser window once complete ...

github.com/nextauthjs/next-auth - beb2d082602f346b3e41b0e5cb3b95097d2e58f1 authored over 4 years ago by Iain Collins <[email protected]>
Rename tests dir to test (more conventional)

github.com/nextauthjs/next-auth - b39d491df3492060d11e623a5f0be906d1902645 authored over 4 years ago by Iain Collins <[email protected]>
Preserve callback URL on custom signin and signout pages

github.com/nextauthjs/next-auth - f50013899abf8eae9d539bc811ecd82efd53c5f5 authored over 4 years ago by Iain Collins <[email protected]>
Add new methods to client

github.com/nextauthjs/next-auth - 7560d4ba80a119a3b52298e05caa1d698528c3f7 authored over 4 years ago by Iain Collins <[email protected]>
Adding to documentation

* Added REST API docs to sidebar
* Added documentation for the Apple Provider (WIP)
* Added clar...

github.com/nextauthjs/next-auth - e90244b1670c2d34db8b676c201bcc2d4c55be4e authored over 4 years ago by Iain Collins <[email protected]>
clientSecret is required for Auth0

Seems like `clientSecret` is mandatory for Auth0 Provider.

github.com/nextauthjs/next-auth - a72aef7a86b00f564aad48efa47e4588a1a0011e authored over 4 years ago by Jibin George <[email protected]>
Restructure and extend documentation

Includes some minor tweaks to options to match documentation (non breaking changes).

github.com/nextauthjs/next-auth - 39e97c3b96ad6b2471606e53bbce2d63473c93f9 authored over 4 years ago by Iain Collins <[email protected]>
Fix Provider component import path

github.com/nextauthjs/next-auth - 8b173efe96277863a4160e29ecd199914a5190fc authored over 4 years ago by Jibin George <[email protected]>
Fixed Lint Issues

github.com/nextauthjs/next-auth - f53a7f3b85f673627514b87430785c2e9bb7ae7e authored over 4 years ago by Gerald Nolan <[email protected]>
Sign In with Apple

github.com/nextauthjs/next-auth - fd6fceb884a8e647e8d5bd4f888e74c667c50eb1 authored over 4 years ago by Gerald Nolan <[email protected]>
Refactor -> Remove oauth-apple

github.com/nextauthjs/next-auth - 62f5d7ebe150f972a44578b1a82702caa8ce9ab9 authored over 4 years ago by Gerald Nolan <[email protected]>
Some cleanup (#173)

* shortened some long urls

* some fixes in text

github.com/nextauthjs/next-auth - 74a5f459f501519b215c90bbde561ed40f634c77 authored over 4 years ago by Lori Karikari <[email protected]>
Update README - Fix Typos

github.com/nextauthjs/next-auth - 7b38af81cf7b8f0ac72dd35d616bcda1944f0a9b authored over 4 years ago by Nico Domino <[email protected]>
Update docs for database and secret options

github.com/nextauthjs/next-auth - ffd9691cd078c9abe85548b57fd694385dce6c29 authored over 4 years ago by Iain Collins <[email protected]>
Update Getting Started guide

github.com/nextauthjs/next-auth - 401df2c1777c713e9784e8fefb092db314ca5a8b authored over 4 years ago by Iain Collins <[email protected]>
add: docs for custom signin page

github.com/nextauthjs/next-auth - 86f072bf4bbddc9dbe12d293425e61b0c972b185 authored over 4 years ago by ndo@ndo1 <[email protected]>
fix: cleanup code example

github.com/nextauthjs/next-auth - 97fadb0d9f9c676a18ef80bdb9849cbc6958c0f6 authored over 4 years ago by ndo@ndo1 <[email protected]>
Update www/docs/configuration.md

github.com/nextauthjs/next-auth - e7ae32f6189dcf5f31cb42f1be8d77cf1cb939d2 authored over 4 years ago by Iain Collins <[email protected]>
Improve database URI handling

* Fix bug in parser (.query -> search)
* Comments to explain what is going on
* Fallback to Type...

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

github.com/nextauthjs/next-auth - cb1ce73c92e2a48f6564c647f2d61bad8b05a26c authored over 4 years ago by Iain Collins <[email protected]>
Add support for passing URL to 'database' option

* Database configuration now only needs a single line!
* You can still specify options using que...

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

github.com/nextauthjs/next-auth - 93054578c9b1cbb5850f860613a8af1090e0ea71 authored over 4 years ago by Iain Collins <[email protected]>
Add custom pages

Now supports 'pages' option, which can be any URL.

If specified, these replace the built in pag...

github.com/nextauthjs/next-auth - d112800b98ab90aac1b23c85d2d07a5c107eaf1c authored over 4 years ago by Iain Collins <[email protected]>
Fix sqlite support

github.com/nextauthjs/next-auth - c8bf342d8b34771ce65fbd75074ad22ed669bce5 authored over 4 years ago by Iain Collins <[email protected]>
Don't lookup session if session token empty

github.com/nextauthjs/next-auth - 63ceb1a2606c25ac0ace6bfa942650c95b54ab52 authored over 4 years ago by Iain Collins <[email protected]>
Fix schema and queries for mongodb

github.com/nextauthjs/next-auth - ca519b69ce3b03822a611712f19fe50e4fd0137a authored over 4 years ago by Iain Collins <[email protected]>
Fix issues with database; make it easier to test

These changes fix compatibility issues with common SQL databases including MySQL, MariaDB and Po...

github.com/nextauthjs/next-auth - 2f16d8448df56dab1ebac2954902a07f474a8daf authored over 4 years ago by Iain Collins <[email protected]>
Fix default exports in entrypoints

Resolves #157

github.com/nextauthjs/next-auth - 74b334f7ad31b15bbd629a7616e0f16d1a16d17c authored over 4 years ago by Iain Collins <[email protected]>
Fix typos: directory is called “pages” (#155)

github.com/nextauthjs/next-auth - d5a231f51bdfb163ef46e87bd05296f5cbc43182 authored over 4 years ago by Lachlan Campbell <[email protected]>
fix: import statement typo

github.com/nextauthjs/next-auth - 9b24e216fa93dcc042b52b61a063b0e1a8d0a314 authored over 4 years ago by ndo@ndo3 <[email protected]>
changed options to params (#154)

github.com/nextauthjs/next-auth - a944870eb22821d5c4c2f1484d2514d89f0fa8bb authored over 4 years ago by Lori Karikari <[email protected]>
Bump version number to beta 43

github.com/nextauthjs/next-auth - bc6fd4aa321fb481abe3f3d2ee41a400ea4b6c69 authored over 4 years ago by Iain Collins <[email protected]>
Fix error when missing email in profile

* Fixes #145
* See also #131

This doesn't allow signing in without an email address, but it han...

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

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

github.com/nextauthjs/next-auth - 70a728f15be087643596f8a85a1bccdaadbf5856 authored over 4 years ago by Iain Collins <[email protected]>
Update document site (#149)

github.com/nextauthjs/next-auth - e7c9c844dc3d250d84097cc641b37dcfd67aefeb authored over 4 years ago by Iain Collins <[email protected]>
Simplify database configuration

* Now accepts 'database' as an option as an alterantive to 'adapter'.
* If specified, 'database'...

github.com/nextauthjs/next-auth - cf8e6980bebac040095d3348ba1887721a0cfaac authored over 4 years ago by Iain Collins <[email protected]>
Customise website theme and homepage

github.com/nextauthjs/next-auth - 7cd537d58dad2098f7fdf74700b65e07ea4f250f authored over 4 years ago by Iain Collins <[email protected]>
fix: quick typo

github.com/nextauthjs/next-auth - 7ad11f73cd492b27697fa7950656a28017c7dc26 authored over 4 years ago by ndo@ndo3 <[email protected]>
update: docs formatting / spelling / small stuff (#138)

github.com/nextauthjs/next-auth - 82ac943e3ea0d37562ffc3fc92ecea8e9d88876a authored over 4 years ago by Nico Domino <[email protected]>
Fix default session expiry time

Due to typo, was setting default expiry time to 30 hours, instead of 30 days.

This also made up...

github.com/nextauthjs/next-auth - 420bb9a74c333a225a6a8a53163b0c2dfd22da83 authored over 4 years ago by Iain Collins <[email protected]>
Refactor urlPrefix as baseURL

The name baseURL (and basePath) are exposed as options.

As they are more more widely used than ...

github.com/nextauthjs/next-auth - 4c32727b37121cce023c1e35b844b4c137d01b72 authored over 4 years ago by Iain Collins <[email protected]>
Refactor urlPrefix as baseURL

The name baseURL (and basePath) are exposed as options.

As they are more more widely used than ...

github.com/nextauthjs/next-auth - 339f618685655f54718185d4ca485feb7c3c2480 authored over 4 years ago by Iain Collins <[email protected]>
Provider docs cleanup (#135)

* some initial cleanup

* cleaned up the config table

* added FB and fixed some alignments

github.com/nextauthjs/next-auth - 2a8337e67cbb4994a8ecbaa8bb77961af15ff3b5 authored over 4 years ago by Lori Karikari <[email protected]>
Merge branch 'master' of github.com:iaincollins/next-auth

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

github.com/nextauthjs/next-auth - db9ef09d1d8d0e60b4d9b1d536e105eb638ae6e3 authored over 4 years ago by Iain Collins <[email protected]>
Fix parameter params

github.com/nextauthjs/next-auth - 3bb4e0ca6fdb19badea027eb89de070730a5d736 authored over 4 years ago by Merijn <[email protected]>
Rename compound id field in account model

This constraint provides a cross-platform way of enforcing that a given oAuth account can only b...

github.com/nextauthjs/next-auth - b4886295ac1f0098619220ce513a340d5909a7d2 authored over 4 years ago by Iain Collins <[email protected]>
Add more information to contributing guide

Added the detailed steps on to set up an environment locally from #105

github.com/nextauthjs/next-auth - ef455dcf063ab27fded23bde2dc7589d048793c3 authored over 4 years ago by Iain Collins <[email protected]>
Refactor adapter logic

* Refactored adapter, with less redundant logic
* Removed logic from models
* Added email verifi...

github.com/nextauthjs/next-auth - 5afa4f6e2b26ac871ba923a371db63af8114dcae authored over 4 years ago by Iain Collins <[email protected]>
Allow sessionToken cookie options to override defaults

This makes it possible to configure session tokens to be deleted when the browser window is clo...

github.com/nextauthjs/next-auth - 50678d73bd9af557e4c1757ed2b2c9897205baec authored over 4 years ago by Iain Collins <[email protected]>
Fix bug in session route

Accidentally included set cookie of a conditional it needs to be in.

github.com/nextauthjs/next-auth - 6d7066e4dbbf4bcab1e90a3cd8f4f6963c1aee78 authored over 4 years ago by Iain Collins <[email protected]>
Add session expiry logic

* By default, sessions are 30 day 'rolling sessions' and the timestamp for when they expire is e...

github.com/nextauthjs/next-auth - 52eb11b385ed1b2a60deb2466af62f7508c988c6 authored over 4 years ago by Iain Collins <[email protected]>
Docs - Add search (#129)

github.com/nextauthjs/next-auth - b176c154050463fbe6174107d7758a8a995e7bfd authored over 4 years ago by Nico Domino <[email protected]>
Update contributing docs

github.com/nextauthjs/next-auth - 021fdbcf1b2d1036744692baec72e6041f7fbc54 authored over 4 years ago by Iain Collins <[email protected]>
Add auth0 (#126)

* added Auth0 and updated docs

* changed to proper Auth0 urls

github.com/nextauthjs/next-auth - d7d9988cd8ce6d06262067a33079cc84d27e3f8d authored over 4 years ago by Lori Karikari <[email protected]>
Another Docs Update (#124)

github.com/nextauthjs/next-auth - e8baee1774ee5d72854e8a363dd31439381884c3 authored over 4 years ago by Nico Domino <[email protected]>
added Auth0 and updated docs (#125)

github.com/nextauthjs/next-auth - 79179dad7129dc6d149dbc6121fe283ef6017449 authored over 4 years ago by Lori Karikari <[email protected]>
Fix editUrl in docs

I think I broke this earlier by mistake

github.com/nextauthjs/next-auth - c8de8a11829419bdfc176b959cc9e5bec93f62a5 authored over 4 years ago by Iain Collins <[email protected]>
update: docs site

github.com/nextauthjs/next-auth - a2cfcef0aae15fd96fcc3af548c8ca1e7a73f175 authored over 4 years ago by ndo@ndo3 <[email protected]>
Bump version number

Debugging issue with deployment of docs site.

github.com/nextauthjs/next-auth - 26a8b20459357b97e2034f4b60c2169a2c03e71f authored over 4 years ago by Iain Collins <[email protected]>
Fix issue with docusaurus config on now.sh

Although previous config worked locally, it turns out it isn't compatible with now.sh.

It turns...

github.com/nextauthjs/next-auth - 84e0ddf241c1da13fbfcb534729d727c3c81bd2d authored over 4 years ago by Iain Collins <[email protected]>
Update docs and website dir structure

* Now has 'www' directory at root level for the website (was 'docs').
* The 'docs' directory now...

github.com/nextauthjs/next-auth - 6e3a6ba287b2dc7163378fcc463c90978a6bb4fd authored over 4 years ago by Iain Collins <[email protected]>
Update docusaurus.js to work with now.sh again

github.com/nextauthjs/next-auth - d6e7b09ff7e12715396b2cc581af2ad5af35aa50 authored over 4 years ago by Nico Domino <[email protected]>
Remove .vscode dir I commited by mistake

github.com/nextauthjs/next-auth - daca296df45c327571df821aa2bd8d48aefd2c74 authored over 4 years ago by Iain Collins <[email protected]>
Force email to lowercase in all flows

github.com/nextauthjs/next-auth - 8a516904b81ce5e0ac69d056ba413f664fc036a8 authored over 4 years ago by Iain Collins <[email protected]>
Fix bugs with parsing options

Some of the logic was wrong following refactoring.

github.com/nextauthjs/next-auth - 08582aad8383171e629738ff1ef9287aec2bc46c authored over 4 years ago by Iain Collins <[email protected]>
Fix bug with callback URL triggered on signout

In some flows the signout values was returning 'undefined'.

github.com/nextauthjs/next-auth - 4c163d54cae3a18dd21080c8e8c1b48da13f48d3 authored over 4 years ago by Iain Collins <[email protected]>
Remove install script

No longer needed.

github.com/nextauthjs/next-auth - 43023293ea98182932b8d34cb02485d1ed763bad authored over 4 years ago by Iain Collins <[email protected]>
Add viewport metatag to pages for mobile devices

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

github.com/nextauthjs/next-auth - f2aafac40c31fb3c890eb6d9ef24955f2c99284f authored over 4 years ago by Iain Collins <[email protected]>
Signup bug fixes and enhancements

* Improve CSRF token verification
* Improved access token generation
* Added work in progress co...

github.com/nextauthjs/next-auth - 301f048ce3d5f15f4b32c24c6dbe7a424852ab59 authored over 4 years ago by Iain Collins <[email protected]>
List files to be published to NPM in package.json

github.com/nextauthjs/next-auth - 018738bcc0a238a1a658ba525243a8cb3c75ede8 authored over 4 years ago by Iain Collins <[email protected]>
update: package.json

github.com/nextauthjs/next-auth - bb04645a93369629597adecea1e2170fa6fd5df3 authored over 4 years ago by ndo@ndo3 <[email protected]>
Update README.md and configuration

* Renamed the `serverUrl` configuration variable to `site`.
* Improved cosmetic apperance of pla...

github.com/nextauthjs/next-auth - b666cde7a7372e63f7091e016b07198d7be90e11 authored over 4 years ago by Iain Collins <[email protected]>
Add route to handle signout POST

* CSRF token is verified first.
* If token doesn't match, redirect client to signout URL to prom...

github.com/nextauthjs/next-auth - cf903ca82e002e1c0f44440ce0a74a37e37db649 authored over 4 years ago by Iain Collins <[email protected]>
Add deleteSessionById() so signing out works

Can now securely sign out. Session cookie and entry in session db are deleted.

github.com/nextauthjs/next-auth - 121ed4a58e8acfdd77658257b121542b305b5eb7 authored over 4 years ago by Iain Collins <[email protected]>
Fix bugs with server side session handling

* Sets site name + api route now prior to sign in so avalible sooner.
* Improved next-auth/clien...

github.com/nextauthjs/next-auth - 822fbee0c46f25b4f39d40c3f4c0a9907b7850ef authored over 4 years ago by Iain Collins <[email protected]>
Improve and standardize how responses are returned

Use .status() and .json() where possible.

github.com/nextauthjs/next-auth - 1b374817f082a58a99f668c87be4245d4428db54 authored over 4 years ago by Iain Collins <[email protected]>
Rename deleteUserById to and getUserById

Brings them into line with other methods.

Not refactoring other getUser* methods at this time a...

github.com/nextauthjs/next-auth - 6ec9d8e9d0e3a8303dec05faf065d2567ce37b52 authored over 4 years ago by Iain Collins <[email protected]>
Bump version number to publish new README

github.com/nextauthjs/next-auth - e6cd78d71b5526ae28f42a450f1d24f529058d51 authored over 4 years ago by Iain Collins <[email protected]>
update: sidebar labels

github.com/nextauthjs/next-auth - d7a2cde57ed174dc74b5b1134c8545f38f7079ab authored over 4 years ago by ndo@ndo3 <[email protected]>
Improve email sign in (email, error, options)

github.com/nextauthjs/next-auth - c62617532fa98f760f3e4ca660f7fcc921c26f4e authored over 4 years ago by Iain Collins <[email protected]>
Add option to extend models / use custom models

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

github.com/nextauthjs/next-auth - 9bbc9100abd7b92835af4ba2ec4e0ba49f6ace90 authored over 4 years ago by Iain Collins <[email protected]>
Fix bug with session expiry date

* Should database compatability issues with the model.
* Session expiry dates are still not enfo...

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

github.com/nextauthjs/next-auth - f84748864343ed76ed7a20c640bc592bd12e3250 authored over 4 years ago by Iain Collins <[email protected]>
Add CSRF token and improve cookie security

Better default security for cookies, without impacting UX or DX.

Further work to do on CSRF pro...

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

This is very much a work in progress!

github.com/nextauthjs/next-auth - 06ef47cc403ebd7c814d0dac33738d30e3ebdc58 authored over 4 years ago by Iain Collins <[email protected]>
Improve session and account linking

github.com/nextauthjs/next-auth - 651f3c98870bddd1002df8e1947c743f37dfa82a authored over 4 years ago by Iain Collins <[email protected]>
add: docusaurus docs

github.com/nextauthjs/next-auth - d25493ae793c49695c9fbb41fc4439e6dc15ff87 authored over 4 years ago by ndo@ndo3 <[email protected]>
Update README

github.com/nextauthjs/next-auth - 2032ff127696e0e0c39caf7b34334a1c5676ba59 authored over 4 years ago by Iain Collins <[email protected]>
Improve auth page CSS

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