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, access to the database is granted through username and password validation, which is less secure and more manual work for the project lead. In addition, the Mapbox API key is currently present in the code on the repository, which it should not be.
Access to the database should be done using API keys instead, and the Mapbox API key should be hidden from the repo.
The text was updated successfully, but these errors were encountered:
Currently, access to the database is granted through username and password validation, which is less secure and more manual work for the project lead. In addition, the Mapbox API key is currently present in the code on the repository, which it should not be.
Access to the database should be done using API keys instead, and the Mapbox API key should be hidden from the repo.
The text was updated successfully, but these errors were encountered: