Implement login UI in Tauri client #70
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
puregarlic/microclimate#70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Wire up the existing (currently stubbed) login page to drive the ATProto OAuth flow end-to-end from the Tauri client.
Steps:
InitiateLogin(identifier)via the gRPC auth service to get{ oauth_url, session_id }oauth_urlin the system browser (tauri::api::shell::openor equivalent)AwaitLogin(session_id)server-streaming call and block until the JWT arrivestauri-plugin-store) and navigate to the home screenRelated to #9.
fable referenced this issue2026-03-04 12:37:19 -08:00