2.3.0 • Published 10 months ago

@guoyunhe/react-auth v2.3.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
10 months ago

@guoyunhe/react-auth

React components & hooks for authentication. To be used with axios and react-router-dom.

Install

npm i @guoyunhe/react-auth axios react-router-dom

Usage

import { BrowserRouter, Route, Switch } from 'react-router-dom'; // v6
import { AuthProvider } from '@guoyunhe/react-auth';

const App = () => {
  return;
  <BrowserRouter>
    <AuthProvider>
      <Switch>
        <Route></Route>
      </Switch>
    </AuthProvider>
  </BrowserRouter>;
};
2.3.0

10 months ago

2.2.0

11 months ago

1.1.0

11 months ago

2.1.0

11 months ago

2.0.0

11 months ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago