feat: OIDC support (#3017)

* oidc

* update

* feat: add support for multiselect in python

* d

* d

* progress

* all

* all

* all
This commit is contained in:
Ruben Fiszel
2024-01-16 23:32:26 +01:00
committed by GitHub
parent f8954b2ceb
commit 640ebcb146
29 changed files with 724 additions and 39 deletions

View File

@@ -888,6 +888,8 @@ pub async fn start_worker(
None,
None,
None,
None,
None,
)
.await
.to_vec();
@@ -1005,6 +1007,8 @@ for line in sys.stdin:
None,
None,
None,
None,
None,
)
.await;