Skip to content

Commit

Permalink
feat: add backchannel logout
Browse files Browse the repository at this point in the history
Refs: ATV-198
  • Loading branch information
voneiden committed Nov 8, 2024
1 parent 229d098 commit 3dc72e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions atv/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,3 +282,5 @@

# Malware Protection
CLAMAV_HOST = env("CLAMAV_HOST")

HELUSERS_BACK_CHANNEL_LOGOUT_ENABLED = True
1 change: 1 addition & 0 deletions atv/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
urlpatterns = [
path("admin/", admin.site.urls),
path("v1/", include(router.urls)),
path("helauth/", include("helusers.urls")),
]

if settings.SENTRY_DEBUG:
Expand Down

0 comments on commit 3dc72e5

Please sign in to comment.