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

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

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).