Closed rafaelsupport closed 2 years ago
Currently, no such way to do that. What you can do is use flask-sessions to manage user's session server side along with Flask-Discord by overriding methods like save authorization token and get authorization token of Flask-Discord.
Currently, no such way to do that. What you can do is use flask-sessions to manage user's session server side along with Flask-Discord by overriding methods like save authorization token and get authorization token of Flask-Discord.
hmm thanks for reply i dont know how to do this, but i'll search about
thanks again
Is it possible to get the currently active sessions? My intention is to manage who is currently logged in and force a specific user, for example, to logoff whenever I want