AndyIbanez / andyibanez-com

Static website.
1 stars 0 forks source link

posts/using-aswebauthenticationaession-swiftui/ #24

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Using ASWebAuthenticationSession with SwiftUI • Andy Ibanez

https://www.andyibanez.com/posts/using-aswebauthenticationaession-swiftui/

kunwar231 commented 3 years ago

How do you use ASWebAuthenticationSession with a Universal link?

kyleerhabor commented 3 years ago

Thank you!

jrtibbetts commented 3 years ago

Can you explain what implicit grants are here?

I bundle an API config file in my app that is simple a JSON file with my API credentials. For those raising eyebrows at this, you are allowed to do this as long as your service provider allows you to use implicit grants.

ljunquera commented 2 years ago

Do you have a github repo for this? I am trying to accomplish the same thing with Azure AD B2C