internal/identity: implement github provider support (#582)

Co-authored-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
Ogundele Olumide 2020-04-10 18:48:14 +01:00 committed by GitHub
parent 789068e27a
commit ae4204d42b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 294 additions and 2 deletions

View file

@ -88,6 +88,7 @@ module.exports = {
"identity-providers/azure",
"identity-providers/cognito",
"identity-providers/gitlab",
"identity-providers/github",
"identity-providers/google",
"identity-providers/okta",
"identity-providers/one-login",