Socket
Socket
Sign inDemoInstall

@contler/login

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @contler/login

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.


Version published
Weekly downloads
2
decreased by-66.67%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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))

FAQs

Last updated on 03 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc