Closed tomasff closed 3 years ago
Fixes #24
The sign in and sign out redirect URL can be set using the REACT_APP_REDIRECT_SIGN_IN and REACT_APP_REDIRECT_SIGN_OUT environment variables. Note that the URL must also be added to the Cognito user pool settings.
REACT_APP_REDIRECT_SIGN_IN
REACT_APP_REDIRECT_SIGN_OUT
Fixes #24
The sign in and sign out redirect URL can be set using the
REACT_APP_REDIRECT_SIGN_IN
andREACT_APP_REDIRECT_SIGN_OUT
environment variables. Note that the URL must also be added to the Cognito user pool settings.