datastorm-open / shinymanager

Simple and secure authentification mechanism for single shiny applications.
https://datastorm-open.github.io/shinymanager/
386 stars 79 forks source link

Distinct kind of auth #49

Open thoysh opened 4 years ago

thoysh commented 4 years ago

Hi! This package is truly awesome! I already used it in one project successfully, but I brought it to my job and I'm facing an issue.. There is a access control platform in my company which uses some IT json configurations to do a POST request on some internal REST API. So I won't have access to users database, instead, I should have the possibility to get username and password data to do this API request to check if the user is authenticated. Is there a way to do it with shinymanager?