1.1.4 • Published 5 years ago

@mhlabs/aws-sso-client-auth v1.1.4

Weekly downloads
23
License
ISC
Repository
-
Last release
5 years ago

aws-sso-client-auth

Description

Small client that registers a client with AWS SSO OIDC which is letting users register, authorize and acquire tokens which can be used for fetching temporary access keys.

The access keys are configured automatically on the AWS.config.credentials object.

Installation

npm install --save @mhlabs/aws-sso-client-auth

Usage

const ssoAuth = require("@mhlabs/aws-sso-client-auth");

AWS.config.update({
  credentials: await ssoAuth.requestAuth("client-name", awsProfile);
});
1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.2

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago