Skip to content

Support configuring GitHub OAuth for logins and import

Stan Hu requested to merge sh-add-github-oauth-support into master

What does this Merge Request do?

This makes it possible to configure a GitHub OAuth2 provider:

omniauth:
  github:
    enabled: true
    client_id: MY-CLIENT-ID
    client_secret: MY-SECRET-ID

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • [-] Documentation added/updated, if needed.
  • [-] gdk doctor test added, if needed.
Edited by Stan Hu

Merge request reports