chi2labs / cognitoR

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

base_cognito_url in config must be set without final slash #1

Closed ppagnone closed 4 years ago

ppagnone commented 4 years ago

Current requirement: https://test.auth.us-east-1.amazoncognito.com/

Expected: https://test.auth.us-east-1.amazoncognito.com

This required change needs modifications in: get_url_logout_redirect.R() and https://github.com/chi2labs/cognitoR/tree/master/R()