https://github.com/alterx/gundb-react-auth
A set of providers for initializing GunDB Auth
https://github.com/alterx/gundb-react-auth
gundb react reactjs
Last synced: about 1 month ago
JSON representation
A set of providers for initializing GunDB Auth
- Host: GitHub
- URL: https://github.com/alterx/gundb-react-auth
- Owner: alterx
- License: mit
- Created: 2021-08-05T01:43:05.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T19:59:22.000Z (over 3 years ago)
- Last Synced: 2025-03-26T17:21:22.679Z (about 2 months ago)
- Topics: gundb, react, reactjs
- Language: TypeScript
- Homepage:
- Size: 108 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# GunDB React Auth Provider
This is a set of providers for initializing GunDB Auth
## Installing
Use `pnpm`, `npm` or `yarn` to install the dependencies:
```
$ npm i @altrx/gundb-react-auth
```## Preact
If you need support for [Preact](https://preactjs.com/) you can import from `@altrx/gundb-react-auth/preact` instead.
## Providers
- [GunProvider](https://github.com/alterx/gundb-react-auth/blob/master/docs/GunProvider.md)
## License
Licensed under [MIT](https://github.com/alterx/gundb-react-auth/blob/master/LICENSE.md).