Objective
I need to implement a base64 decodification so I can add another layer of security. This is in case that at the end we will use the flask server to show the map or not.
Definition of done
- Base 64 decodification is implemented
- Credentials are hardcoded in base64 codification and decodificated in the code for its correct use