decentralized-internet
Version:
An NPM library of programs to create decentralized web and distributed computing projects
32 lines (21 loc) • 596 B
Markdown
# react-jwt-auth
> Login using JWT components
[](https://www.npmjs.com/package/react-jwt-auth) [](https://standardjs.com)
## Install
```bash
npm install --save react-jwt-auth
```
## Usage
```jsx
import React, { Component } from 'react'
import MyComponent from 'react-jwt-auth'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
```
## License
MIT © [juanprietob](https://github.com/juanprietob)