notebooks/workspaces/backend/api
Mathew Wicks bc6f311ac6
feat(ws): add auth to backend (#202)
* feat(ws): add auth to backend

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* add `DISABLE_AUTH` for interim testing (enabled by default)

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

---------

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2025-02-11 20:21:28 +00:00
..
app.go feat(ws): add auth to backend (#202) 2025-02-11 20:21:28 +00:00
auth.go feat(ws): add auth to backend (#202) 2025-02-11 20:21:28 +00:00
errors.go feat(ws): add auth to backend (#202) 2025-02-11 20:21:28 +00:00
healthcheck_handler.go feat(ws): refactor backend models and repositories (#192) 2025-02-04 17:20:37 +00:00
healthcheck_handler_test.go feat(ws): add auth to backend (#202) 2025-02-11 20:21:28 +00:00
helpers.go feat(ws): introduce limits on HTTP body/header size (#195) 2025-02-05 20:54:38 +00:00
middleware.go feat(ws): introduce limits on HTTP body/header size (#195) 2025-02-05 20:54:38 +00:00
namespaces_handler.go feat(ws): add auth to backend (#202) 2025-02-11 20:21:28 +00:00
namespaces_handler_test.go feat(ws): add auth to backend (#202) 2025-02-11 20:21:28 +00:00
suite_test.go feat(ws): add auth to backend (#202) 2025-02-11 20:21:28 +00:00
workspacekinds_handler.go feat(ws): add auth to backend (#202) 2025-02-11 20:21:28 +00:00
workspacekinds_handler_test.go feat(ws): add auth to backend (#202) 2025-02-11 20:21:28 +00:00
workspaces_handler.go feat(ws): add auth to backend (#202) 2025-02-11 20:21:28 +00:00
workspaces_handler_test.go feat(ws): add auth to backend (#202) 2025-02-11 20:21:28 +00:00