Skip to content

Latest commit

 

History

History
executable file
·
23 lines (12 loc) · 627 Bytes

File metadata and controls

executable file
·
23 lines (12 loc) · 627 Bytes

Amazon Cognito Identity SDK for JavaScript with Proxy

Introduction

When using amazon-cognito-identity-js I needed a way to inject a proy agent into the fetch call of the userpool client.

It was possible, because credentials was already being passed in as fetch options, but there needed ot be a small mode to allow for the agent property to also be passed on also.

Hence the need for this package.

Original Repo

The original source code can be found here:

https://github.com/aws-amplify/amplify-js

Setup

To be completed ...

Change Log

Latest change logs have been moved to CHANGELOG.md.