Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add ability to recognize early access code in header (hacktoolk…
…it#444) ## Description Django cannot receive cookie data from the react-native environment. Instead of adding it as a query-parameter on every request, sending it in the header was better. This PR updates the `get_early_access_code` helper function to also get the early access code from header `X-HTK-Early-Access-Code`
- Loading branch information