feat: allow external auth providers to expose extra metadata (#10157)

This commit is contained in:
Kyle Carberry
2023-10-09 23:02:16 -05:00
committed by GitHub
parent 3eb9a43190
commit 9c098b218f
12 changed files with 144 additions and 30 deletions

4
coderd/apidoc/docs.go generated
View File

@ -6479,6 +6479,10 @@ const docTemplate = `{
"password": {
"type": "string"
},
"token_extra": {
"type": "object",
"additionalProperties": true
},
"type": {
"type": "string"
},