@altrx/gundb-react-auth
Version:
GUNDB Auth Provider for React/Preact
24 lines (13 loc) • 537 B
Markdown
# 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).