feat: add support for optional external auth providers (#12021)

This commit is contained in:
Kayla Washburn-Love
2024-02-21 11:18:38 -07:00
committed by GitHub
parent 78c9f82719
commit 475c3650ca
39 changed files with 1495 additions and 727 deletions

3
coderd/apidoc/docs.go generated
View File

@ -11828,6 +11828,9 @@ const docTemplate = `{
"id": {
"type": "string"
},
"optional": {
"type": "boolean"
},
"type": {
"type": "string"
}