1.3 KiB
TODO
[x] handle migration when the config removes existing schema [x] refresh oauth tokens [x] remember me functionality [x] add all oauth providers [x] providers should only be oauth [x] add tests [x] implement the ac check on the client to for organization [x] add delete organization endpoint [-] add callback url on otp and backup code verification [ ] fix bun problem [x] fix the issue with the client triggers not working fot 2 consecutive calls [ ] add a way to specify on the client to use the base path as the whole path [x] implement magic links [x] rate limiter error handling [ ] microsoft oauth
Docs
[x] specify everywhere auth should be exported
[-] add a note about better-sqlite3 requiring to be added to webpack externals or find alternative that doesn't require it
[x] add a section about updating user and changing password
[x] mention how users can get user and session types
[x] add a doc about account linking
[x] remove the section about using useSession in next with initialValue
[x] rate limiting docs
[-] add that passkey login won't require 2fa
Before a release
[ ] clean up the codebase [ ] fix the nextjs demo [ ] finish example for nuxt [ ] check them to be working properly inside the docs [ ] make a release 0.1.0 release [ ] write a release note [ ] write a changelog [ ] add analytics for the docs (loglib) [ ] add contribution guide