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

Explore improvements around ASPresentationAnchor #7

Open Firehed opened 4 months ago

Firehed commented 4 months ago

To start, the public SDK only allows the happy-path where it tries to guess the best presentation anchor to use.

It's possible that some apps might need more control over this, and instead want to pass a specific window rather than the default (or perhaps even their own ASAuthorizationControllerPresentationContextProviding)

Looking for feedback here!