0.0.4 • Published 12 months ago

identityfort v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
12 months ago

Identityfort

Client for identityfort.io

How to

  • Create an account identityfort.io
  • Register a website where the client application will be utilized.
  • Add the client to your web site
<script type="module" crossorigin src="https://unpkg.com/identityfort@0.0.4/dist/index.js"></script>

The phrase "identityfort@0.0.0" indicates that the version number, represented by "0.0.4," is subject to change.

  • Initialize the library using your public key and request a token.
document.addEventListener("DOMContentLoaded", () => {
    const dataGetter = new IdentityFort("publicKey");
    dataGetter.getToken().then(console.log);
});

The token that is returned should be used on the server side. We suggest obtaining the token and transmitting it to the backend during the sign-in and sign-up processes.

0.0.4

12 months ago

0.0.3

12 months ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago