We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc33e4d commit eca4723Copy full SHA for eca4723
README.md
@@ -226,6 +226,15 @@ Function only works after login.
226
keyauthapp.ban()
227
```
228
229
+## **Logout session**
230
+
231
+Logout the users session and close the application.
232
233
+This only works if the user is authenticated (logged in)
234
+```py
235
+keyauthapp.logout()
236
+```
237
238
## **Server-sided webhooks**
239
240
Tutorial video https://www.youtube.com/watch?v=ENRaNPPYJbc
0 commit comments