Andrew Dodson

Results 9 issues of Andrew Dodson

Refactor of HelloJS - Use ES16+ syntax - Use Modularization with Browserify - Use the [tricks](https://github.com/MrSwitch/tricks) utility library for generic helpers.

On page redirect authentication login is captured. However errors are not. e.g. stored in localstorage would be... ``` { "adB2CSignInSignUp": { "error": { "code": "access_denied", "message": "AADB2C90118:+The+user+has+forgotten+their+password.\r\nCorrelation+ID:+3f341530-ed9a-4546-a646-2e2ac3e3b43d\r\nTimestamp:+2017-07-25+19:29:24Z\r\n" }, "error_description": "AADB2C90118:+The+user+has+forgotten+their+password.\r\nCorrelation+ID:+3f341530-ed9a-4546-a646-2e2ac3e3b43d\r\nTimestamp:+2017-07-25+19:29:24Z\r\n",...

help wanted
good first issue

V2: https://www.dropbox.com/developers/documentation/http/documentation (FYI: V1 docs, https://www.dropbox.com/developers-v1/core/docs) On June 28, 2017, API v1 will be turned off.

New

The grant URL needs to be verified by the proxy server, so it doesn't send credentials to a bad apple. However the Grant URL may change and an update in...

Help Wanted

Referenced in https://github.com/MrSwitch/hello.js/issues/203

Sample response is wrong on https://documentation.mailgun.com/en/latest/api-domains.html#example when using NodeJS The documentation says... ```json { "items": [ { "created_at": "Mon, 30 Sep 2019 16:20:48 GMT", "id": "55a55f40803267158aa113e8", "is_disabled": false, "name": "samples.mailgun.org",...

Since AWS are ending V2 support*. I was wondering if there was any plan to migrate to the latest V3 of AWS SDK for Node. Otherwise, we could potentially work...