riolaf05 / amplify-angular-custom-example

Esempio di app angular con amplify con un form custom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular custom authentication flow

Backend side:

  1. Enable user attributes from through amplify update auth see: link.

Frontend side:

  1. Installation on Angular, see getting started.

  2. Prepare advaced features: (link)[https://ui.docs.amplify.aws/angular/connected-components/authenticator/advanced#authenticator-service].

  3. Form customization, see link: form field customization

Also:

The Complete Guide to User Authentication with the Amplify Framework

Authentication using the Amazon Cognito to an Angular application

Commands

generali

amplify init amplify env pull amplify status amplify push

Backend

amplify add function amplify remove function <nome_function> amplify remove api <nome_api>

References

https://ui.docs.amplify.aws/angular/connected-components/authenticator

https://docs.amplify.aws/start/getting-started/data-model/q/integration/angular/#connect-frontend-to-api

About

Esempio di app angular con amplify con un form custom


Languages

Language:TypeScript 89.3%Language:HTML 5.5%Language:JavaScript 4.8%Language:CSS 0.4%