Skip to content

avh4/elm-aws-cognito

Repository files navigation

https://www.twitch.tv/avh4

How to build

npm run build
elm-make --output elm.js Main.elm

Next steps

  • Make input events on the first form work
  • Try refactoring each form into a separate module
  • Add "Resend confirmation" button to the confirmation form
  • Add login form
  • Do authentication call to get an Identity Pool Access Token
  • Add nice default styling to the form
  • Extract a nice API for adding Cognito auth to any Elm app