teerox / Nimble-iOS-Challenge

0 stars 0 forks source link

Authentication issues #12

Open minhnimble opened 2 years ago

minhnimble commented 2 years ago

From the code challenge requirements, there is a criteria to Implement the automatic usage of refresh tokens to keep the user stay logged in using the OAuth API but unfortunately at the moment when I restart the application, the users have to login again every time since the first screen they see is the Login screen. As a result, I am not really sure if you missed this requirement or not but do you mind to handle it at this point?