Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7023a4 commit 035609bCopy full SHA for 035609b
coderd/coderd.go
@@ -295,7 +295,6 @@ func New(options *Options) *API {
295
DisableSessionExpiryRefresh: options.DeploymentConfig.DisableSessionExpiryRefresh.Value,
296
Optional: true,
297
}),
298
- // TODO: We should remove this auth context after middleware.
299
httpmw.AsAuthzSystem(
300
httpmw.ExtractUserParam(api.Database, false),
301
httpmw.ExtractWorkspaceAndAgentParam(api.Database),
0 commit comments