Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svengau/react-mati
React component to display the Mati button. Mati allows you to verify users identity online. https://getmati.com
https://github.com/svengau/react-mati
Last synced: 3 days ago
JSON representation
React component to display the Mati button. Mati allows you to verify users identity online. https://getmati.com
- Host: GitHub
- URL: https://github.com/svengau/react-mati
- Owner: svengau
- License: mit
- Created: 2019-01-29T02:06:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T06:17:47.000Z (almost 6 years ago)
- Last Synced: 2024-11-02T04:33:48.307Z (13 days ago)
- Language: TypeScript
- Homepage:
- Size: 9.77 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-mati
React component to display the Mati button. Mati allows you to verify users identity online. https://getmati.com## Installation
```
yarn add react-mati
```## Configuration
Go to your Mati dashboard and find your client ID: https://dashboard.getmati.com/
```
import ReactMati from 'components/react-mati';...
}
```