Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Storing sensitive information like API keys and secrets

Hey guys!

 

On our project we're needing to connect to an external API through the OAuth component, but we're having to hardcode the API keys, secrets and even refresh tokens in order to make it work.

 

Is there a way to store this sensitive information somewhere else so that it's fully secured against any threat?

Best Answer
0 Votes
1 REPLY 1

Hello,

I know little about these things, but it seems that the Crypto API might be what you are looking for. As far as where to store it, I guess that depends on where you are using it, but my assumption would be that the most secure place would be the companion app. The API uses CBOR to send data from the companion to the watch.

 

Best Answer
0 Votes