Added OAuth registration, fixed nix flake to add rust-rover (hopefully without bugs) #19

Merged
rayyan-parkar merged 9 commits from nix-flake into master 2026-02-23 02:40:24 +01:00
rayyan-parkar commented 2026-02-23 00:51:09 +01:00 (Migrated from github.com)

resolves #15 kinda, I need to add login but cant because #4 isnt done yet

resolves #15 kinda, I need to add login but cant because #4 isnt done yet
flaxeneel2 (Migrated from github.com) reviewed 2026-02-23 00:52:57 +01:00
@ -131,6 +146,71 @@ impl ClientHandler {
}))
}
flaxeneel2 (Migrated from github.com) commented 2026-02-23 00:52:57 +01:00

put end square bracket on new line (tiny knitpick)

put end square bracket on new line (tiny knitpick)
flaxeneel2 (Migrated from github.com) reviewed 2026-02-23 01:00:25 +01:00
@ -131,6 +146,71 @@ impl ClientHandler {
}))
}
flaxeneel2 (Migrated from github.com) commented 2026-02-23 01:00:25 +01:00

havent tested it yet, but, you could use the local server matrix provides. example here; github.com/matrix-org/matrix-rust-sdk@4257649933/examples/oauth_cli/src/main.rs (L180-L213)

havent tested it yet, but, you could use the local server matrix provides. example here; https://github.com/matrix-org/matrix-rust-sdk/blob/4257649933dfe61f44f35efd2de5726c2f24aac7/examples/oauth_cli/src/main.rs#L180-L213
flaxeneel2 (Migrated from github.com) reviewed 2026-02-23 01:02:57 +01:00
flaxeneel2 commented 2026-02-23 02:39:17 +01:00 (Migrated from github.com)

nice work, looks good to me

nice work, looks good to me
flaxeneel2 (Migrated from github.com) approved these changes 2026-02-23 02:39:46 +01:00
Sign in to join this conversation.
No description provided.