User Authentication & Authorization
Many are the times you develop an in-house app for your organization. Two conditions must be met:
- A user can only access the app if and only if they are part of your organization ie. using the company email
- Only certain users can access some parts of the app eg. the admin section
All I ever wanted was to build an app that felt intuitive:
- a landing page,
- a sign-in/up section, and
- the app itself
For a long time I could not figure out how to build the sign-in/up section. The options I found online didn’t suit my needs either.
Which brings us to the topic of this series…
Shiny doesn’t have in-built features for user authentication or authorization.
I found 2 remarkable packages which solve that problem:
They are easy enough to get started with, but not a walk in the park if you want the good stuff. By “good stuff” I mean detailed customization.
I’m not here to show you the easy part, I’m here for the hard part.
Posts in this series
No matching items