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.
- Host: GitHub
- URL: https://github.com/danielholmes/react-aws-cognito
- Owner: danielholmes
- License: mit
- Created: 2023-01-23T21:55:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T03:43:32.000Z (about 2 years ago)
- Last Synced: 2025-04-04T15:52:51.525Z (about 1 year ago)
- Language: TypeScript
- Size: 438 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React AWS Cognito
[](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`