Expand project menu
**As** a \[enter role of user\]
**I want to** \[enter objective\]
**so that** \[enter desired result\]
**Acceptance criteria**
* Add an improvement inside the code to hide apiKey so it will be a bit harder to find an exact key if someone decide to de-obfuscate our code. <br>
**Technical notes**
* Store api key inside the code not as:
<br>
**Permissions and visibility considerations**
* `api_key = "someApiKeyThatWeHave"`
_To whom is this feature visible?_
* but as:
_When is it not visible?_
**Translation considerations**
* `api_key = someFunctionThatHasSeedingPhrase(seed: "Phrase")`
_Key terms and phrases in the key languages_
**Out of scope**
* Implement any further authentication method for <br>
_Set the_ **To be informed/consulted teams** _field to include all teams necessary to be informed of the feedback flow. changes._
Back