To add app auth support, we should:
1. On app start, check if the user has already logged in. If the user has logged in already, go to the main view straight away. 2. If the user has not logged in yet, kick off the login flow.
Follow the appauth ios android example (https://github.com/openid/AppAuth- iOS/tree/master/Examples Android ) and its docs to implement the login flow. It should use the configurations from the `mobile-services.json` configuration file. So it will be related to AEROGEAR-10000 |
|