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
832 contributions in the last year
Activity overview
Contributed to
iaincollins/next-auth,
glitchdigital/structured-data-testing-tool,
glitchdigital/glitched.news
and 5 other
repositories
Contribution activity
June 2020
- iaincollins/org-stargazers JavaScript
Created a pull request in iaincollins/next-auth that received 7 comments
Core team: What do we want to include in 2.0?
I'm raising this as somewhere for contributors to review and discuss plans for release of 2.0 if anyone wants to. This is the current state of the …
+1
−1
•
7
comments
- Rename created and updated properties on models
- Add limited support for credentials sign in
- Add callbacks and events
- Refactoring naming strategy
- Rename master branch to main
- Refactor models and schemas
- Add issue templates
- Make email address optional
- Update error documentation and add JWT helper
- Refactor JWT, Sessions and add allowSignin() method
- Branding and docs
- Fix bug linking accounts when using JWT with Mongo
- Add JWT session support
- Hotfix for bugs in VerificationRequest Schema and Apple Provider
- Improve styling on built-in pages
- Update documentation
- Refactor Apple provider to genereate secret dynamically
- Refactor emailVerification to verificationRequest
- Add methods to client
Created an issue in iaincollins/next-auth that received 24 comments
🚨 NextAuth.js 2.0 - Release Candidate
I am considering next-auth@beta (the current version in master) as a release candidate for 2.0 and that it 2.0 will be released in the next few day…
24
comments
- Request For Comments - Database Schema
- New Callbacks / Events system
- Update and document models, schemas and database structure
- Improve appearance of built-in pages on mobile
- Add API endpoints at `/api/auth/link` and `/api/auth/unlink`
- Add delete account API endpoint
- Decide on roadmap for 2.1
- Add GitHub hook to publish to NPM when a new release is created
- Team to decide what platform to use for internal discussions
- Review and update JSON Web Token payload
- Encrypt JWT after signing
- Bugs in Beta 56