Skip to content

Commit eca4723

Browse files
authoredAug 2, 2023
Update README to add logout func
1 parent bc33e4d commit eca4723

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎README.md

+9
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,15 @@ Function only works after login.
226226
keyauthapp.ban()
227227
```
228228

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+
229238
## **Server-sided webhooks**
230239

231240
Tutorial video https://www.youtube.com/watch?v=ENRaNPPYJbc

0 commit comments

Comments
 (0)
Please sign in to comment.