Class: Aven::Oauth::GithubController

Inherits:
BaseController show all
Defined in:
app/controllers/aven/oauth/github_controller.rb

Constant Summary collapse

AUTHORIZATION_URL =
"https://github.com/login/oauth/authorize"
TOKEN_URL =
"https://github.com/login/oauth/access_token"
USER_INFO_URL =
"https://api.github.com/user"
USER_EMAIL_URL =
"https://api.github.com/user/emails"
DEFAULT_SCOPE =
"user:email"

Method Summary

Methods inherited from BaseController

#callback, #create, #error

Methods inherited from ApplicationController

#current_workspace, #current_workspace=

Methods included from ApplicationHelper

#aven_importmap_tags, #view_component