* What Why * Create We need something to verify the required UI for testing the login/logout functions for this story implementation during development time. *What*
Add new functions (perhaps new UIs) to the example app ( https://github.com/aerogear/aerogear-ios-sdk/tree/master/example ) to allow us to verify the following functions of the iOS IDM SDK:
* Login * Logout * List user roles * Check if user logged in already
Since this is created before anything is implemented, it should have stubs in place that can be replaced by the real implementation later on.
We can reuse the UI created in https://github.com/feedhenry/mobile-security-ios-template |
|