0.8.2 • Published 5 years ago

react-cognito-identity v0.8.2

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

React Cognito Identity

Disclaimer This is my first open-source contribution, please let me know if you have any notes or would like to contribute.

React Cognito-Identity includes components that will secure your web application with the amplify-js javascript library. While you can definitely do a lot with that library alone, this can be a simpler options with a couple extra features. This library simply provides two React Context Consumers for you to use, wherever, however you wish.

When to use it

Use these components for your SPA when the following applies:

  • You plan to use Amazon Web Services: Cognito User Pools or Identity Pools (or both)
  • You are using ReactJS (v16.3 or greater)
  • You need to authenticate users and authorize access to your servers
  • You want automatic redirection to your login page (assuming it's also handled by your app and not elsewhere)
  • You want to keep some paths public in your app publically accessible and don't want any kind of redirection

Installation

npm install --save react-cognito-identity

Examples

0.8.2

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.21

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago