New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@kronos-integration/service-authenticator

Package Overview
Dependencies
Maintainers
2
Versions
273
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kronos-integration/service-authenticator

authentication providing service

latest
Source
npmnpm
Version
4.1.23
Version published
Weekly downloads
183
30.71%
Maintainers
2
Weekly downloads
 
Created
Source

npm License bundlejs downloads GitHub Issues Build Status Styled with prettier Commitizen friendly Known Vulnerabilities

@kronos-integration/service-authentication

authentication providing service

usage

API

Table of Contents

JWTResponse

Type: Object

Properties

  • access_token string
  • refresh_token string
  • token_type string always "Bearer"
  • expires_in number seconds the access token is valid

ServiceAuthenticator

Extends Service

changePasswordEndpoints

Endpoints used to send password change requests to.

authEndpoints

Endpoints used to send authentication requests to.

accessTokenGenerator

Generate a request handler to deliver JWT access tokens.

Parameters

Returns JWTResponse jwt

name

Returns string 'authenticator'

Keywords

jwt

FAQs

Package last updated on 13 Mar 2026

Did you know?

Socket

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