dmtzs / SmartTerrariumR

A project that is used for creating a smart terrarium for your reptile pets. This project is for managing all parameters that the reptile needs in order to have a great life. This is the raspberry version.
https://dmtzs.github.io/SmartTerrariumR/
Other
2 stars 0 forks source link

Receive box credentials from an endpoint #38

Closed dmtzs closed 8 months ago

dmtzs commented 2 years ago

Objective

We need to receive the box credentials from an endpoint of the API and we need to unencrypt that strings too. After that we need to create temporally a json file in which will have the credentials to authenticate to the box cloud in order to download all assets to be updated into the app.

dmtzs commented 2 years ago

We need to store the private key in base64 so we can import in a successfully way that private key for been used in the python sdk of box

dmtzs commented 8 months ago

This will not be implemented