Implementing social login with Para in Flutter applications
Info.plist
file to handle callbacks from authentication:appScheme
parameter you used when initializing Para (e.g., yourapp
).Provider | Enum Value | Description |
---|---|---|
OAuthMethod.google | Google authentication | |
Apple | OAuthMethod.apple | Apple Sign-In |
OAuthMethod.twitter | Twitter (X.com) authentication | |
Discord | OAuthMethod.discord | Discord authentication |
OAuthMethod.facebook | Facebook authentication |