Files
better-auth/todo.md
2024-09-24 02:41:01 +03:00

1016 B

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 [ ] rate limiter error handling

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