bettiolo / oauth-signature-js

JavaScript OAuth 1.0a signature generator (RFC 5849) for node and the browser
https://www.npmjs.com/package/oauth-signature
BSD 3-Clause "New" or "Revised" License
232 stars 71 forks source link

Invalid encoded signature with "ä ü ö" in url argument #32

Closed thomasgrusz closed 1 year ago

thomasgrusz commented 7 years ago

Hi Marco

Thanks for this awesome tool. I used it in one of my Udacity Nanodegree projects to authenticate an ajax call to yelp. However, when the yelp-id for a business - which is part of the url - contains an umlaut (ö, ü, ä), then the returned encoded oauth signature is invalid.

Github project name: neighbourhood-map File: src/js/app.js Lines: 20-75 and 272-286

thomasgrusz commented 1 year ago

closed not as planned