1.0.0 • Published 4 years ago

react-oidc-routing v1.0.0

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

react-oidc-routing

OIDC Client with React Routing

NPM JavaScript Style Guide

Install

npm install --save react-oidc-routing

Usage

import React, { Component } from 'react'

import MyComponent from 'react-oidc-routing'
import 'react-oidc-routing/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © scor1on