Tychobra / polished

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

replaced polished_config #171

Closed muschellij2 closed 2 years ago

merlinoa commented 2 years ago

Thanks

phoward38 commented 2 years ago

@merlinoa Should we also check if the app is deployed before deleting it?

merlinoa commented 2 years ago

@phoward38 that check should happen on the API end (not in polished::deploy_app()) so that we only need 1 check whether the request is sent from the delete_app() polished function or directly via the HTTP endpoint.