Creating an unique token in order to access a shiny app.

Hello,

I would like to know how to go about creating a system in shiny where the user has to input a unique token that will grant them access to a single session on the shiny app and then become void thereafter. I tried googling but I am not finding exactly it is I am looking for (potentially missing the right keywords).

If you think of your token as a one-time password, you might find some of my code for a multi-page, multi-user shiny web site with authentication useful, although my whole project is clearly overkill for your problem. - Tom

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.