Where get working code of authentication shiny app example?

Hi, I want to create app with user authentication. And this EXAMPLE good for me, but code on github doesn't work anymore.
Does any one can help with this issue (link with work code or maybe someone can help rewrite existing code)?

P.S. This example which I found not sutible for me.

Regards

Hi,

I think the issue with the first example you mention is that you need a Shiny Server Pro instance to have an user login functionality. From my opinion, you should be fine by removing the complete reactive that includes curUser <- session$user in the code example on github and set the variables manually.

Best regards,
Sebastian

Yes, you are defenitly right.
I have found one more example and realise that Shiny Server Pro is required to do login window.