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 API key is being stored directly in the database, which is a potential security risk. To enhance security, the API key should be hashed before storage.