1.1.1 • Published 2 months ago

apitwist-sso-reactjs-client v1.1.1

Weekly downloads
-
License
-
Repository
github
Last release
2 months ago

apitwist-sso-reactjs-client

The package works only "react-router-dom": "^5.2.0",

Installation

 npm i  apitwist-sso-reactjs-client

Usage

Define component in your router.js or app.js file which is defined BrowserRouter.

import { AuthSso } from apitwist-sso-reactjs-client"

function App() {

    return (
        <Router history={history}>
            <Switch>
                <AuthSso />
            </Switch>
        </Router>
    );
}

export default App;

License

MIT

1.1.1

2 months ago

1.1.0

2 months ago

1.0.0

2 months ago

0.0.9

2 months ago

0.0.8

2 months ago

0.0.7

2 months ago

0.0.5

2 months ago

0.0.6

2 months ago

0.0.3

2 months ago

0.0.4

2 months ago

0.0.2

6 months ago

0.0.1

6 months ago