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 example (https://github.com/openid/AppAuth-iOS/tree/master/Examples) and its docs to implement the login flow. |
|