amazon-cognito-auth-js icon indicating copy to clipboard operation
amazon-cognito-auth-js copied to clipboard

The Amazon Cognito Auth SDK for JavaScript simplifies adding sign-up, sign-in with user profile functionality to web apps.

Results 103 amazon-cognito-auth-js issues
Sort by recently updated
recently updated
newest added

So I am trying to use cognito to manage authentication in my react application, with the identity provider being SAML. This is working very smoothly in Chrome, Firefox and Safari,...

@yuntuowang I have installed @types/amazon-cognito-auth-js in my Mobile_APP project using npm. And then import it like ``` import { CognitoAuth, CognitoAuthOptions } from “amazon-cognito-auth-js”; export class MyClass { ... //...

References: [1]. https://docs.aws.amazon.com/cognito/latest/developerguide/user-pool-settings-viewing-advanced-security-app.html [2]. https://github.com/aws/amazon-cognito-auth-js/blob/master/sample/SAMPLEREADME.md Documentation [1] "To use advanced security with JavaScript" step 4 mentioned: replace region for the following domain: #### #### I tested for ap-southeast-1, ap-southeast-2, ap-northeast-1,...

@manueliglesias 9 months since the most recent commit. Issues haven't been answered for a year. This is in the main aws repository as opposed to awslabs which indicates first-class support...

I am able to save the federated users into userpool without using hosted UI(By providing IdentityProvider attribute). Thanks a lot 👍 _Originally posted by @joe455 in https://github.com/aws/amazon-cognito-auth-js/issues/55#issuecomment-357018807_ Can you show...

The refresh token expires after 30 days, and the docs say > If the refresh token is expired, your app user must reauthenticate by signing in again to your user...

Hello everyone, I'm trying to use the Autherization Code Grant flow with this SDK but I have a problem: the session expires way before the token, also it becomes `undefined`...

### Summary I would say that without Cognito implementing `prompt=none` on the `/oauth2/authorize` endpoint, and whilst the `cognito` cookie on `.auth..amazoncognito.com/` expires after 60 minutes instead of 30 days (or...

Basically I want to authenticate user if certain condition passes. This is basically like a no password flow. In this flow, I have a jwt token issued by an exchange...

Hi. I'm trying to Registering an auth with the application where only users of specific Google hosted domain are allowed. Others are supposed to be denied. So when auth.getSession(); It...