1.0.13 • Published 8 months ago

@fidec/fidecauthsdk v1.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months 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

8 months ago

1.0.12

8 months ago

1.0.11

8 months ago

1.0.10

8 months ago

1.0.9

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.5

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago