/-/logout page for logging out of ds_actor cookie

Refs #840
This commit is contained in:
Simon Willison 2020-06-28 21:17:30 -07:00
commit 22d932fafc
5 changed files with 83 additions and 0 deletions

View file

@ -404,6 +404,14 @@ The resulting cookie will encode data that looks something like this:
"e": "1jjSji"
}
.. _LogoutView:
The /-/logout page
------------------
The page at ``/-/logout`` provides the ability to log out of a ``ds_actor`` cookie authentication session.
.. _permissions:
Built-in permissions