rootstrap / ios-base

Boilerplate for new iOS projects using Swift 5. Provides a handful of functionalities.
https://rootstrap.com/
MIT License
259 stars 63 forks source link

Add automatic logout when devise token expires #70

Closed GuilleLeopold closed 6 years ago

GuilleLeopold commented 6 years ago

Once the devise token expires in the backend, the ios app should be automatically logged out.

Right now when the token expires, the app gets stuck as the session doesn't close and the user is not able to do any action (including logout)

glm4 commented 6 years ago

Duplicate of #65

glm4 commented 6 years ago

Solved in #72. Closing...