chi2labs / cognitoR

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

Update rStudio breaks simple demo app - Cogntio redirect URL repeatedly called #36

Open Sam-Moffatt opened 1 year ago

Sam-Moffatt commented 1 year ago

Hi,

I have been using your package for a year, and it has worked great. I have recently updated to the most recent rStudio (Version 2023.09.0+463); however, this has caused an error with the cognito_server function. The function is now repeatedly called and opens new Google tabs, asking users to log in through the AWS Cognito portal continuously, even when loading your simple-example-app.

I'm happy to provide more information if you need it - do you have a solution?

Cheers

dietrichson commented 1 year ago

@Sam-Moffatt , does the same happen if you run the app from the command-line?

Sam-Moffatt commented 1 year ago

@dietrichson, the same issues occur when running from the console and the command line.

zapatel commented 9 months ago

@Sam-Moffatt, did you find a solution? I'm having the same issue

Sam-Moffatt commented 9 months ago

@zapatel, no I haven't found a solution yet.