apitwist-sso-reactjs-client

1.1.13 • Public • Published

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

/apitwist-sso-reactjs-client/

    Package Sidebar

    Install

    npm i apitwist-sso-reactjs-client

    Weekly Downloads

    33

    Version

    1.1.13

    License

    none

    Unpacked Size

    20.2 kB

    Total Files

    11

    Last publish

    Collaborators

    • apitwist-girift