fix: allow revoking tokens
Compare changes
Files
3
authentication/tests/test_logout_views.py
0 → 100644
+ 48
− 0
Part of #13 (closed)
This MR creates custom views for LogoutView
and LogoutAllView
. We could inherit from KnoxLogoutView
and KnoxLogoutAllView
, but we would almost overwrite every single line in the class so that's not worth the effort.