guzmonne / cognito-auth

Example code for the article "Custom authentication using AWS Cognito" on medium.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cognito - Auth

by Guzmán Monné.

This repo contains all the code for the article "Custom authentication using AWS Cognito", hosted on Medium.

Before running this code you should create a JavaScript file inside the javascript folder called config.js. Here you should set your "User Pool" id and app client id on the window object using the names: USER_POOL_ID, and CLIENT_ID.

Here are some useful links used while creating the article:

Image reference:

About

Example code for the article "Custom authentication using AWS Cognito" on medium.

License:MIT License


Languages

Language:JavaScript 70.3%Language:HTML 15.3%Language:CSS 14.4%