1.0.13 • Published 8 months ago
@fidec/fidecauthsdk v1.0.13
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.