2.3.0 • Published 2 years ago

@guoyunhe/react-auth v2.3.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
2 years 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

2 years ago

2.2.0

2 years ago

1.1.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago