aboutcode-org / aboutcode-org/vulnerablecode
Automate adding "Token" prefix to API key in VCIO API UI
- Dominant language
- Python
- Stars
- 702
- Forks
- 328
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 3
Description
In the [VCIO API UI](https://public.vulnerablecode.io/api/docs/), a user can add his or her API key by clicking the `Authorize` button and inserting the API key into the `Value:` textbox.
Above that textbox, the UI notes: `Token-based authentication with required prefix "Token"`. Some users, like me, might not immediately understand that they need to manually add that prefix, without the quotes and followed by a space, before inserting their API key.

Perhaps we could simplify the process by adding that prefix behind the scenes, allowing a user to simply add the API key?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.