-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve the customizability of authentication screens #162
Comments
Related: #153 |
Ref Issue #237 |
Just a thought: Rather than requiring to subclass This would allow to "start fresh", and thus also eliminate the risk of having weird and hard-to-debug side-effects caused by some superclass method (after all, |
I agree, we should decouple the backend interaction from the SPAuthenticationViewController class, and offer a mechanism to implement authentication by means of a protocol. That would allow 3rd party apps to implement auth in (any imaginable) way. Perhaps that could even allow you to tap into the new TouchID API, and feed the fingerprint-token as the user password. Thanks for your suggestion @danielr! |
From #156 (comment)
The text was updated successfully, but these errors were encountered: