1 post
0
107
I’m trying to connect my application with a PHP API. I have the following Ionic code in which the authentication is done by Token: login(data:IUsuario) { let tokenBasic = btoa(data.usuario + ":" +…