Simplicity
Simplicity copied to clipboard
A simple way to implement Facebook and Google login in your iOS apps.
Made changes required to support Swift 4.2
Hi, Changes: - Project is now compatible with Swift 4.1. - Solved crashed with CFBundleURLSchemes if fb scheme isn't first. - Implemented SFAuthenticationSession if available. - Send more url parameter...
I see there are pull requests not reviewed / merged and the swift version is old. Is this maintained ?
Hi, FB login works fine in local but when I upload the app to TestFlight or Store is not working (My FB App is in production mode).
When connecting with Google, there is a way to get the access_token AND the id_token (used for private api) ?
Hey ! First, thanks for your lib 👍 I noticed that if you don't put the fb scheme in the CFBundleURLSchemes list, then the app will produce an error /...
We can't implement Twitter, GitHub, LinkedIn, Slack, or other login types because we can't do authorization_code grants without a client secret. Client secrets are fundamentally insecure on mobile clients, so...
Was wondering if there was a solution for Github SSO? Thanks!