Hello
We currently have a mobile application (iPhone and Android) that captures a username and password that is passed to the api, https://campbellhall.myschoolapp.com/api/authentication/login, for authentication. From my understanding that api no longer accepts username and password but now requires an apikey and secret combination in place of username and password.
My question is how how do you pass the username and password from a mobile device to get the apikey and and secret combination?
Does anyone have a working example on how this is done?
Thanks