telenordigital / connect-ios-sdk

Docs 📒👉
https://telenordigital.github.io/id-docs.telenordigital.com/integrate-ios-sdk.html
Apache License 2.0
9 stars 8 forks source link

Logging out should clear cookies #2

Closed jorunfa closed 6 years ago

jorunfa commented 8 years ago

So next login doesn't have the previous user's phone number prefilled.

jorunfa commented 8 years ago

As we're using SFSafariViewController we can't modify the cookies directly. I am unsure how we can solve this.

SFSafariViewController runs outside of my App's process and in order to be secure my App can not modify SFSafariViewController's state. In other words, my App can not clear credentials stored by SFSafariViewController.