
Log into your GitHub account and navigate to your account Settings.
Select OAuth Apps in the Developer Settings section.
Click Register a new application.
Enter a name, the URL for a homepage for your app, and a callback URL, which should have the format: customurlscheme:// (you'll be entering the callback URL into Dropsource later so keep a note of it).
Click Register Application - GitHub will create the application and navigate to its settings.
Take a note of your GitHub app's Client ID and Client Secret - you'll be entering these into Dropsource.
In your Dropsource project, add the Log User in with GitHub Action, for example on the Tapped Event of a Button. Enter the Client ID, Client Secret, and Authorization Callback URL from your GitHub app settings, and select the permissions your app needs.
When the Action runs, the app will navigate to GitHub's login page, where the user will enter their details. When they attempt to login, the user will navigate back to the app, where you can detect success or failure for login. Respond to this status using the nested Successful and Failed Events, for example to navigate to another page if login is successful, and to show an error message in the page if login fails.