Complete challenge-response authentication flow #2
Reference in New Issue
Block a user
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?
Finish the challenge-response authentication for both User Agents and SDK Clients as described in ARCHITECTURE.md section 2.1.
The current implementation in
user_agent.rsstarts the flow (pubkey lookup, nonce query) but challenge generation and signature verification are not complete.Requirements:
client.rs(currently empty stub)Done