Tychobra / polished

Authentication and Administration for Shiny apps
https://polished.tech
Other
234 stars 36 forks source link

Sign-out button #55

Closed cbouffard closed 4 years ago

cbouffard commented 4 years ago

Hi,

The sign-out button is not working in the demo app.

And is there a way to add a sign out button for non admin users?

Thanks

cbouffard commented 4 years ago

Ok it's working now with the command:

sign_out_from_shiny(session = session,user=session$userData$user())

merlinoa commented 4 years ago

yes sorry I didn't get back sooner. You do not need to set the second argument (i.e. the user argument). That argument will soon be removed from sing_out_from_shiny().