This package has been deprecated

Author message:

this package has been deprecated

@theidentityselector/thiss-login

1.0.0 • Public • Published

thiss.io login component

Maintenance Coverage Status Build Status Known Vulnerabilities Dependencies

Install via npm is easiest:

npm install [--save] @theidentityselector/thiss-login

A set of clients for the thiss.io service: persistance and discovery. Usage is prettys simple. Load the js thiss-login.js somehow ...

CommonJS

var thiss = require("thiss-login.js")

ES6

import {DiscoveryComponent} from "thiss-login";

Browser

<script src="/thiss-login.js"/>

Basic Usage

<html>
<body>
...
<div id="login"/>
<script>
window.onload = function() {
   thiss.DiscoveryComponent.render({
      loginInitiatorURL: 'https://sp.example.com/Shibboleth.sso/Login?target=https://google.com',
   }, '#login');
};
</script>
</body>

Readme

Keywords

none

Package Sidebar

Install

npm i @theidentityselector/thiss-login

Homepage

thiss.io

Weekly Downloads

0

Version

1.0.0

License

BSD-2-Clause

Unpacked Size

538 kB

Total Files

16

Last publish

Collaborators

  • roberthaidari
  • enriquepablo
  • leifj