Giovanni Sollazzo

Results 1 issues of Giovanni Sollazzo

This add one more authentication method via AWS Cognito based on the JWT integration (see merged pull request #2768) Example config: ```python REDASH_JWT_LOGIN_ENABLED: "true" REDASH_JWT_AUTH_ALGORITHMS: "RS256" REDASH_JWT_AUTH_PUBLIC_CERTS_URL: "https://cognito-idp.[region].amazonaws.com/[User Pool ID]/.well-known/jwks.json"...