Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up- London, UK
- Sign in to view email
- iaincollins.com
Pinned
751 contributions in the last year
Activity overview
Contributed to
iaincollins/next-auth,
glitchdigital/glitched.news,
glitchdigital/structured-data-testing-tool
and 5 other
repositories
Contribution activity
May 2020
- iaincollins/nuxt.js JavaScript
- iaincollins/next-auth-example JavaScript
Created a pull request in iaincollins/next-auth that received 10 comments
Add custom pages
Now supports 'pages' option, which can be any URL. If specified, these replace the built in pages. Example usage: pages: { signin: 'https://example…
+16
−1
•
10
comments
- Update docs for database and secret options
- Improve database URI handling
- Add db uri support
- Fix sqlite
- Fix mongodb support
- Fix issues with database; make it easier to test
- Fix error when missing email in profile
- Update documentation
- Update document site
- Simplify database configuration
- Customise website theme and homepage
- Fix session expiry
- Refactor urlPrefix as baseURL
- Refactor adapter logic and add email verification
- Add session expiry logic
- Update contributing docs
- Update docs and website dir structure
- Merge v2 branch into master
- Add eslint with Standard JS and reformat code
Created an issue in iaincollins/next-auth that received 61 comments
📢 NextAuth 2.0 Announcement
Announcement A lot has changed in Next.js since NextAuth 1.0 was released. Now.sh, Vercel (formerly known Zeit), React and Node.js have also evolve…
61
comments
- Add missing methods to clients
- Refactor and document Apple provider
- Add support for JSON Web Tokens (JWT)
- Update database configuration documentation
- Add documentation for custom pages option
- Add Prisma Adapter
- Support for signing in without an email address
- Document Adapters
- Document options
- [v2] Document providers
- [v2] Error using mongodb
- How to contribute?