1.1.2 • Published 4 years ago

ibf-auth-hoc v1.1.2

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

ibf-auth-hoc

Authentication wrapper library for ibf

NPM JavaScript Style Guide

Install

npm install --save ibf-auth-hoc
yarn add ibf-auth-hoc

Usage

import * as React from 'react'

import Auth from 'ibf-auth-hoc'

class Example extends React.Component {
  render () {
    return (
        <Auth onError={() => ()}>
              onSuccess={(response) => {
                ...
              }}
            <>
            ...
            </>
        </Auth>
    )
  }
}

License

MIT © caberrio

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago