chi2labs / cognitoR

CognitoR provides easy integration of Shiny with AWS Cognito Authentication.
22 stars 10 forks source link

Add option to create own cookie when is logged in Cognito #15

Closed ppagnone closed 4 years ago

ppagnone commented 4 years ago

This is not secure and is not recommended in Oauth implementations .. but can be useful in shiny apps to persist the authentication even when the page is reloaded (and session rebooted) avoiding multiples redirection flow to Amazon Cognito to validate the account.

This must be optional and by default must be disabled.