0.0.1 • Published 3 years ago

react-use-oauth2 v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-use-oauth2

Create oauth2 auth for any provider with ease

NPM JavaScript Style Guide

Install

npm install --save react-use-oauth2

Usage

import React, { Component } from 'react'

import MyComponent from 'react-use-oauth2'
import 'react-use-oauth2/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © ndeviant