mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 16:00:38 +00:00
34b307b2be
* feat: oidc auth with sqs * rafctor * update: add id token struct * update has_expired function * fix duration * fix typo * Update backend/windmill-common/src/auth.rs Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> * Update backend/windmill-common/src/auth.rs Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * update ref * update sqlx * update resource type * update repo ref * Update settings.json --------- Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
16 lines
438 B
JSON
16 lines
438 B
JSON
{
|
|
"python.analysis.typeCheckingMode": "basic",
|
|
"rust-analyzer.linkedProjects": ["./windmill-common/Cargo.toml"],
|
|
"rust-analyzer.showUnlinkedFileNotification": false,
|
|
"remote.portsAttributes": {
|
|
"8000": {
|
|
"label": "Development Server",
|
|
"onAutoForward": "openPreview"
|
|
}
|
|
},
|
|
"remote.autoForwardPorts": true,
|
|
"conventionalCommits.scopes": [
|
|
"restructring triggers, decoding trigger message on work"
|
|
]
|
|
}
|