Y
Hacker News
new
|
ask
|
show
|
jobs
by
jiveturkey
2910 days ago
doesn't it just use a webview and store cookies in an area shared with Safari (and maybe globally)? The auth token isn't actually part of the app's data.
1 comments
programmarchy
2909 days ago
No, web views don’t share cookies with Safari. Apps have sandboxed cookie storage.
https://developer.apple.com/documentation/foundation/nshttpc...
link
https://developer.apple.com/documentation/foundation/nshttpc...