feat: add user/settings page for managing external auth (#10945)

Also add support for unlinking on the coder side to allow reflow.
This commit is contained in:
Steven Masley
2023-12-06 08:41:45 -06:00
committed by GitHub
parent f6891bc465
commit b376b2cd13
18 changed files with 577 additions and 23 deletions

6
coderd/apidoc/docs.go generated
View File

@ -8907,6 +8907,9 @@ const docTemplate = `{
"codersdk.ExternalAuthLink": {
"type": "object",
"properties": {
"authenticated": {
"type": "boolean"
},
"created_at": {
"type": "string",
"format": "date-time"
@ -8924,6 +8927,9 @@ const docTemplate = `{
"updated_at": {
"type": "string",
"format": "date-time"
},
"validate_error": {
"type": "string"
}
}
},