Skip to content

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

License

Notifications You must be signed in to change notification settings

lukacsbarni/cognito-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.3%
  • HTML 15.3%
  • CSS 14.4%