Closed codesections closed 5 years ago
This PR connects the postgres database and retrieves the account_id based on an access_token provided either as an authentication header or as a query parameter. It also returns correct error messages when the access_token is missing or incorrect.
account_id
access_token
This PR connects the postgres database and retrieves the
account_id
based on anaccess_token
provided either as an authentication header or as a query parameter. It also returns correct error messages when theaccess_token
is missing or incorrect.