Implement SDK client registration via User Agent #3
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?
Implement the mechanism for User Agents to explicitly approve SDK clients, as described in ARCHITECTURE.md section 2.3.
There is no bootstrap mechanism for SDK clients. They must be registered by an already-authenticated User Agent. The
program_clienttable exists in the DB but there is no server-side logic or proto message to handle the registration flow.Requirements:
program_clienttableThis is done, except of revoking and listing SDK clients