dash-google-auth icon indicating copy to clipboard operation
dash-google-auth copied to clipboard

Feature request: logout

Open dumkar opened this issue 5 years ago • 0 comments

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')]

dumkar avatar Feb 19 '20 14:02 dumkar