JSPM

@kronos-integration/service-authenticator

4.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1472
  • Score
    100M100P100Q110841F
  • License BSD-2-Clause

authentication providing service

Package Exports

  • @kronos-integration/service-authenticator

Readme

License GitHub Issues Build Status Styled with prettier Commitizen friendly Known Vulnerabilities Coverage Status

@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'