Skip to content

Conversation

erunion
Copy link
Member

@erunion erunion commented Oct 16, 2020

🧰 What's being changed?

Fixes a bug in code snippets where a Basic auth header would remain encoded in the .auth() call and unable to be used properly when making a call. These auth heads are now being decoded and exploded into 1+ arguments for .auth() calls.

Fixes https://github.com/readmeio/api-explorer/issues/832

@erunion erunion added bug Something isn't working area:snippets Issues related to code snippets labels Oct 16, 2020
@erunion erunion merged commit 2351b95 into master Oct 16, 2020
@erunion erunion deleted the fix/basic-auth-encoding branch October 16, 2020 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:snippets Issues related to code snippets bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Simple mode API snippet auth is being erroneously base64 encoded

1 participant