Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Job Board API - Applications - Unclear/unsafe instructions for uploading resume file #463

Open
agonsalves opened this issue May 6, 2022 · 0 comments

Comments

@agonsalves
Copy link

The docs indicate that the file should be submitted via direct upload from the client/browser, but submitting a file in this way would expose the API token to the client. To handle this properly, you have to obfuscate the API call by submitting the form to a service that then makes the call to the Greenhouse API. However, this requires the resume file to be encoded differently so that it can be passed from the client, to the service, to the Greenhouse API. For example, other HR systems would have you encode the file to base64 first.

Storing the resume file in a secondary location is not always practical.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant