Class: Aven::Oauth::GithubController
- Inherits:
-
BaseController
- Object
- ActionController::Base
- ApplicationController
- BaseController
- Aven::Oauth::GithubController
- 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
Methods inherited from ApplicationController
#current_workspace, #current_workspace=