WIP: auth: refactor to page routes instead of api routes

This commit is contained in:
2025-04-12 01:34:07 -07:00
parent 5b72ab28dd
commit 190b1d0c90
6 changed files with 47 additions and 167 deletions

View File

@@ -33,4 +33,8 @@ bun run dev
- [ ] Proper invite page
- [ ] Proper error page for login without invite
- [ ] Support file provider (for wg-quick)
- [ ] Fix accessibility issues (lighthouse)
- [ ] Add title to profile page (lighthouse)
- [ ] wg-quick scripts (maybe?)
- [ ] Get rid of api routes (maybe?)
- [ ] Get rid of custom result types (maybe?)