Github - Login and Get Issues

Demo to preview the plugin:

Introduction

Enhance your Bubble app with the possibility to authenticate your users into GitHub with their credentials, get user details and retrieve the list of issues assigned to the user.
👛 Please support our efforts to keep this plugin free—your donations help us invest the time and resources needed to continue maintaining and improving it for everyone’s benefit: https://zeroqo.de/support.
Image without caption

How to setup

  1. Add your application at https://github.com/settings/applications/new
    1. Github.
      Github.
  1. Locate your Client ID and Client Secret and enter them in the plugin settings.
    1. Github → Settings.
      Github → Settings.
  1. Add these URLs to the list of callback URIs for your GitHub App (replace “yourapp” with your app name and “pagename” with the name of the page where the workflow to authenticate the user is run from.
    1. Image without caption
      https://yourapp.bubbleapps.io/version-test/pagename?debug_mode=true
      https://yourapp.bubbleapps.io/pagename?debug_mode=true
      https://yourapp.bubbleapps.io/version-test/pagename
      https://yourapp.bubbleapps.io/pagename

Plugin Data Calls

Get User Details

Retrieve User Issues

Get User Email

Image without caption

Changelogs