Chapter 3 Assignment
End-to-end auth on a device
The brief
Sign up + log in from your physical phone. Confirm SecureStore holds the refresh token. Kill the app, reopen, you should still be signed in.
You've completed this when
- Login works on the device, not just the simulator
- Refresh token is in SecureStore / Keychain
- App reopens signed in after a force-close
Worked through every criterion?
Push your code to GitHub, paste the link in your notes.md, and move on.
Continue to ch.4: Push Notifications