An open API service indexing awesome lists of open source software.

https://github.com/danielholmes/react-aws-cognito

Context and hooks for an AWS cognito authenticated user.
https://github.com/danielholmes/react-aws-cognito

Last synced: 11 months ago
JSON representation

Context and hooks for an AWS cognito authenticated user.

Awesome Lists containing this project

README

          

# React AWS Cognito

[![Test](https://github.com/danielholmes/react-aws-cognito/actions/workflows/test.yml/badge.svg)](https://github.com/danielholmes/react-aws-cognito/actions/workflows/test.yml)

Context and hooks to manage an AWS Cognito authenticated user in React.

## Installation

```
npm add @dhau/react-aws-cognito
```

## Local Development

### Setup

1. Install system dependencies using [ASDF](https://asdf-vm.com/), or manually install the dependencies in [`.tool-versions`](./.tool-versions)
2. Install project dependencies using `npm ci`

### Publishing

1. Manually set new version in `package.json`
2. `npm run deploy`