We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
api_key
Implement secure storage and management of the api_key on the PicoBricks board to authenticate with the WiFi2BLE REST API.
To protect sensitive information and prevent unauthorized access to the desk control system via the API.
Consider encrypting the api_key if time permits. Ensure compliance with best practices for embedded device security.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Implement secure storage and management of the
api_key
on the PicoBricks board to authenticate with the WiFi2BLE REST API.Motivation
To protect sensitive information and prevent unauthorized access to the desk control system via the API.
Proposed Solution
api_key
securely on the PicoBricks board.api_key
within the code.api_key
is not printed to the console or included in logs.api_key
is missing or incorrect to ensure proper error handling.Acceptance Criteria
Additional Info
Consider encrypting the
api_key
if time permits. Ensure compliance with best practices for embedded device security.The text was updated successfully, but these errors were encountered: