test-csw-aas-js
v0.4.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 incarporate authorization and authentication using configured auth server url
Downloads
3
Readme
csw-aas-js
This library provides React components to integrate authentication and authorization while building UI applications
Install
npm install
Usage
import React, { Component } from 'react'
import MyComponent from 'csw-aas-js'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
Apache Licence Version 2.0 © TMT Software