I am building a web application with Django using Facebook authentication.
Now I am faced with the problem of logging out.
Do developers usually hide the default exit link?
This is a pretty difficult task with the logic for logging out when the user is connected to a facebook account that is still registered.
Any ideas?
source
share