bgourlie / elm-aws-cognito

Example of using AWS Cognito in Elm via ports

Home Page:https://www.youtube.com/watch?v=seLD59KsHJk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example of using AWS Cognito in Elm via ports

https://www.youtube.com/watch?v=seLD59KsHJk


Languages

Language:Elm 65.3%Language:JavaScript 31.7%Language:HTML 3.0%