-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
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
- Store the
api_keysecurely on the PicoBricks board. - Restrict exposure of the
api_keywithin the code. - Ensure the
api_keyis not printed to the console or included in logs. - Test scenarios where the
api_keyis missing or incorrect to ensure proper error handling.
Acceptance Criteria
- Feature is clearly defined
- Meets proposed solution
- Tests considered
Additional Info
Consider encrypting the api_key if time permits. Ensure compliance with best practices for embedded device security.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
To Do