PolywickStudio 3 Posted Sunday at 03:18 PM Is there an Indy example for OAuth v2 on Android or iOS? Is there an example how to handle this? Share this post Link to post
Remy Lebeau 1386 Posted Sunday at 04:16 PM 57 minutes ago, PolywickStudio said: Is there an Indy example for OAuth v2 No. 57 minutes ago, PolywickStudio said: Is there an example how to handle this? In what context, exactly? Share this post Link to post
PolywickStudio 3 Posted 14 hours ago How do you login to a site that uses OAuthV2? Is there a way to get the callback from OAuthV2? Share this post Link to post
Remy Lebeau 1386 Posted 30 minutes ago Again, in what context, exactly? Indy recently got some new SASL components for OAuth authentication for SMTP/POP3/IMAP. There is no direct OAuth support for HTTP at this time, though. In general, you are responsible for implementing OAuth protocols yourself depending on your chosen OAuth provider. But once you have a login token, there are ways to use it with Indy. Can you provide more detail about your specific use-case? Share this post Link to post