1.0.13 • Published 1 year ago

@fidec/fidecauthsdk v1.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Fidec Authentication SDK

This sdk is a framework for websites to install and integrate login into the authentication page using the Fidec application.

Installation

npm install @fidec/fidecauthsdk

Example

import FidecAuth from "@fidec/fidecauthsdk";

const auth: FidecAuth = new FidecAuth({ key: "your-key", });

// request login by FidecAuth await auth.authByFidec();

Contributing

If you wish to contribute to this project, feel free to submit a pull request. License

This project is licensed under the MIT license.

1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago