snapauthapp / sdk-swift

Swift SDK for SnapAuth (all Apple platforms)
https://www.snapauth.app
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Improve internal structure of network logic #4

Closed Firehed closed 4 months ago

Firehed commented 4 months ago

There are several force-unwraps near network code, which will certainly cause problems under poor conditions. Beyond generally fixing it, these should be handled in a more platform-native way (likely a Result type)