Currently porting a web app I made in flask, to #Swift in #iOS and really struggling with OAuth.

Kudos to all the #iosdev out there doing the work.

PS: I am by no means a dev, just messing around and trying new challenging things 😅.

#apple #challenges

#Swift #iOS #iosdev #apple
By the way, suggestions and ideas welcome 🙏🏻
@sebzurcher this may help if you're looking for examples: https://github.com/darrarski/GoogleSignIn-Swift
It's for Google, but should be straightforward to adjust for other OAuth providers.
GitHub - darrarski/GoogleSignIn-Swift: Minimalistic Google Sign In oAuth 2.0 client written in Swift

Minimalistic Google Sign In oAuth 2.0 client written in Swift - darrarski/GoogleSignIn-Swift

GitHub
@darrarski Thanks! Will take a look, sounds perfect from the title.
So far I've worked with the examples from Google itself but couldn't make it work yet...