npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

aws-cognito-react

v1.6.3

Published

aws-cognito-react primary goal is to provide user management services for a web App in a scalable serverless way.

Downloads

89

Readme

aws-cognito-react

Reference implementation / boilerplate for AWS Cognito user management

signin

Introduction

I would like to start every project knowing user management is taken care of so I can focus on making a great app. I want a service that will scale and not require extra back-end management / development. I want to be able to customize the look for new apps and control the state a flow

aws-cognito-react primary goal is to provide user management services for a web App in a scalable serverless way.

Install

git clone [email protected]:dbroadhurst/aws-cognito-react.git
cd aws-cognito-react
npm install
npm run start

Your browser should open at

http://localhost:3000

AWS Cognito Setup

Once your AWS Cognito account is setup update the config file in src/components/Auth/Auth.js

Description

My original idea was to provide user management as a package but it became clear adding user management to an existing project is tricky. If you are in the position where you need to retro fit user management into an existing project then this project will help but the cleanest path is to start with this project as a boilerplate. The project has been setup using create react app which is currently the most robust way to setup a react project.

The stack has 3 layers that help provide an opportunity to extend and even replace sections of the stack.

aws-cognito-react front-end boilerplate

aws-cognito-redux-saga asynchronous code management

aws-cognito-promise promise wrappers for the AWS Cognito SDK

The AWS guide can be found here

You can find a working example here

Road map

  • Password update - Done
  • Social identity integration
  • Authenticated routes
  • Authorized routes
  • Get help from contributors
  • Provide ability for administrators to add new users