embark/lib
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
..
core address code review 2018-10-23 11:12:00 +02:00
modules fix(modules/authenticator): ensure request hash doesn't include query params 2018-10-23 11:12:49 +02:00
utils use fuzzy to do search; but still do sorting 2018-10-23 11:00:28 +02:00
constants.json Addressed PR comments 2018-10-23 10:57:04 +02:00
index.js Overwrite log file so .embark doesn’t bloat 2018-10-23 10:54:35 +02:00