This branch cleans up the loose ends from the jwt token endpoint and adds all currently defined functionality related to the sharing of licks, along with cleans up all other endpoint functionality to be consistent with our current needs.
Unit and integration tests were created for everything. Please make sure they all pass on your end.
The lick and usersSharedLicks integration tests need the test user access token, so just log in with the test user (credentials in development channel on slack) and paste your access token in the TEST_USER_IDENTITY_TOKEN field to the keys.json before running the tests.
Part 2 of the pr's
This branch cleans up the loose ends from the jwt token endpoint and adds all currently defined functionality related to the sharing of licks, along with cleans up all other endpoint functionality to be consistent with our current needs.
Unit and integration tests were created for everything. Please make sure they all pass on your end.
The lick and usersSharedLicks integration tests need the test user access token, so just log in with the test user (credentials in development channel on slack) and paste your access token in the TEST_USER_IDENTITY_TOKEN field to the keys.json before running the tests.