csw-aas-js
v2.0.1-SNAPSHOT.1
Published
This library is a javascript adapter for csw-aas. This is a wrapper over keycloak.js. It provides react components which can be used by UI applications to incorporate authorization and authentication using configured auth server url
Downloads
32
Readme
csw-aas-js
This library provides React components to integrate authentication and authorization while building UI applications
Install
npm install csw-aas-js
Usage
csw-aas-js
exposes multiple react components which can be used to secure react application. Usage of Login
component is shown below:
import React, { Component } from 'react'
import {Login} from 'csw-aas-js'
class Example extends Component {
render() {
return <Login />
}
}
For details please refer Documentation section.
License
Apache Licence Version 2.0 © TMT Software
Documentation
For documentation please refer this link