Logout URL
Generates a user's logout URL.
Example
<a href="{{ user:logout_url }}">Log out</a>
Parameters
redirect
string |
Where the user should be redirected after logging out. Defaults to the home page. |
---|