dash-google-auth
dash-google-auth copied to clipboard
Feature request: logout
Is there a way to implement logging out?
Would be nice to have something similar to Plotly OAuth:
Finally, we can logout the user by clearing the cookies. To do so, you can create a logout button and insert it in the layout or use auth.logout() in a callback.
The logout button is just simply:
auth.create_logout_button(
label='Sign out',
redirect_to='https://plot.ly')]