ihatemoney/ihatemoney/tests/common
Glandos bbe00ebb57
Include project code into project authentication token (#802)
Fix #780 

This a breaking change, the API for authentication is different, as it now requires `project_id`. Token is generated with only the project_id (so it's shorter than before), and signature is done by mixing password with secret key. Thus, it expires on every project code change.
2021-10-10 14:43:40 +02:00
..
help_functions.py Include project code into project authentication token (#802) 2021-10-10 14:43:40 +02:00
ihatemoney_testcase.py Move CurrencyConverter mocking to the base test class 2021-09-07 23:15:40 +02:00