test-csw-aas-js

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

Usage no npm install needed!

<script type="module">
  import testCswAasJs from 'https://cdn.skypack.dev/test-csw-aas-js';
</script>

README

csw-aas-js

This library provides React components to integrate authentication and authorization while building UI applications

NPM JavaScript Style Guide

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