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
Currently, the variables storing API Token are not being encrypted. These can be seen through the UI and on the database. Preventing the display of these tokens is imperative for projects requiring a higher level of security.
The request is to include encryption and decryption of these key. The variables storing API tokens are the following:
api-key
export-api-key
The text was updated successfully, but these errors were encountered:
Currently, the variables storing API Token are not being encrypted. These can be seen through the UI and on the database. Preventing the display of these tokens is imperative for projects requiring a higher level of security.
The request is to include encryption and decryption of these key. The variables storing API tokens are the following:
The text was updated successfully, but these errors were encountered: