About 1,870,000 results
Open links in new tab
  1. javascript - The difference between AWS Amplify and amazon-cognito ...

    Cannot make authenticated (requiring AWS credentials) Cognito API calls (e.g. adminCreateUser) directly, but there's a workaround. It is a much smaller package and it comes as a part of Amplify …

  2. AWS Amplify: Confirm Signup with Email Verification

    I'm trying to figure out how to proceed after receiving confirmation email from AWS after signing up using the code below: import { Auth } from 'Amplify' const auth() => { return Auth.signUp...

  3. Configure Cloudflare to point to AWS Amplify - Stack Overflow

    I use Cloudflare to generate SSL and AWS Amplify to host the project. I would like to configure Cloudflare to point to AWS Amplify project. These are the current DNS records, which points to the c...

  4. How to add environment variables to AWS amplify? - Stack Overflow

    The Amplify documentation on Environmental Variables has a section on "Accessing Environmental Variables". Per that documentation, in your Amplify.yml (either in the console or by downloading it to …

  5. AWS Amplify Auth - The requested module does not provide an export ...

    Nov 28, 2023 · Trying to build an AWS Amplify app using VueJS. amplify add auth amplify push amplify env pull dev I added an Auth module, authentication works based on an example using the …

  6. Get current authenticated user's email in aws-amplify v6

    Dec 26, 2023 · Getting Attributes of a user in AWS Amplify You can use fetchUserAttributes function imported from @aws-amplify/auth to get userAttributes of current logged in user. Here is a sample …

  7. Getting credentials for logged in user via Amplify Auth

    Nov 12, 2022 · 2 I am using AWS Amplify for a ReactJS application. The only two functional areas I am using from Amplify are Authentication and Hosting. These two are working fine, and a Cognito user …

  8. How to get user access token in AWS Amplify UI Authenticator

    Dec 28, 2023 · I am using Authenticator and useAuthenticator from @aws-amplify/ui-react Upon successful login is there a way to get the access token? When i output the user attribute from …

  9. amazon cognito - AWS Amplify Authentication Issue: "Auth UserPool …

    Dec 15, 2023 · next.js amazon-cognito aws-amplify aws-sam Improve this question asked Dec 15, 2023 at 17:40 Hatprob

  10. amplify configure Error: can't find module - Stack Overflow

    Jun 21, 2022 · Edit: Although when I do cd @aws-amplify it returns: The system cannot find the path specified. this is after I am already successfully in the node_modules folder And navigating into the …