# react-jwt-auth

> Login using JWT components

[![NPM](https://img.shields.io/npm/v/react-jwt-auth.svg)](https://www.npmjs.com/package/react-jwt-auth) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](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)
