Public share links + auth self-service (register / forgot password) - #4
Merged
Conversation
Batch 5 of the parity build-out (branch feature/parity-v3). Builds clean in
Debug and Release.
Sharing:
- Public share links for Lists and Documents — create / list / revoke / copy
the URL, gated to items you own. Shape verified live 2026-08-01
(POST -> {token,url,role,expiresAt}, GET -> {shareLinks}, DELETE by token).
Auth self-service (login window):
- Register (email / username / password / display name), then auto-login
- Forgot password (reset-request), with a login/register mode toggle
Services: RegisterAsync, ForgotPasswordAsync, list + document share-link
create/list/delete, ShareLink model. See the-gaps.md for remaining post-v1
items (watcher/collaborator member management needs a second test account +
undocumented request bodies).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Batch 5 of the API parity build-out. Builds clean in Debug + Release.
Sharing
{token,url,role,expiresAt}, GET →{shareLinks}, DELETE by token — created + deleted a real test link to confirm).Auth self-service (login window)
Services —
RegisterAsync,ForgotPasswordAsync, list + document share-link create/list/delete,ShareLinkmodel.Caveats
Remaining post-v1 (tracked in
the-gaps.md)Watcher/collaborator member management (undocumented request bodies + empty data — needs a second account), Materialize, GitHub (needs GitHub linked), billing handoff, account-deletion UI, DM inbox-folder, mutual-follows display, per-list schema/columns.
🤖 Generated with Claude Code