embark-area-51/lib/modules/authenticator
Pascal Precht b654fdecd8
fix(modules/authenticator): ensure request hash doesn't include query params
The authenticators request hash algorithm produced different hashes than
on the client, because client-side hash-request don't include the query
parameters of a URL.

This causes authentication issues when sending any requests with query
parameters. This commit ensures we ignore them on the server as well.
2018-10-23 11:12:49 +02:00
..
index.js fix(modules/authenticator): ensure request hash doesn't include query params 2018-10-23 11:12:49 +02:00