You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We introduced a security risk in our MVP by putting the Authorization salt directly in the code. It was a poor decision, but made for a quick demo of the token generation. Now we need to move it to the configuration so it can be passed in by our build pipelines via environment variables.
Technical Requirements
Move the salt in the Authorization class to the conf.json.
The text was updated successfully, but these errors were encountered:
Context
We introduced a security risk in our MVP by putting the Authorization salt directly in the code. It was a poor decision, but made for a quick demo of the token generation. Now we need to move it to the configuration so it can be passed in by our build pipelines via environment variables.
Technical Requirements
The text was updated successfully, but these errors were encountered: