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

Fixed session saving issue #63

Closed aguscha333 closed 6 years ago

aguscha333 commented 6 years ago

This PR fixes the session saving issue. The session now needs to be stored on sign in and up and not with each response of any request. That's why updateSessionData was removed and the headers are now accesible from the different network methods allowing the session to be stored specifically in the signUp and logIn methods.