@contler/login
v0.0.5
Published
The `login-contler` library provides a seamless authentication experience for users by integrating with Contler API. It enables users to authenticate using their Contler credentials, ensuring secure access to Contler services.
Downloads
55
Readme
login-contler
The login-contler
library provides a seamless authentication experience for users by integrating with Contler API. It enables users to authenticate using their Contler credentials, ensuring secure access to Contler services.
Setup
Install library with npm npm install @contler/login
Usage
Import the library in your application and use the getContlerUser
method to authenticate users.
import {getContlerUser} from '@contler/login';
...
getContlerUser({environment: 'qa'}).then(data => console.log(data))