Class: Aven::Oauth::GoogleController

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

Constant Summary collapse

AUTHORIZATION_URL =
"https://accounts.google.com/o/oauth2/v2/auth"
TOKEN_URL =
"https://www.googleapis.com/oauth2/v4/token"
USER_INFO_URL =
"https://www.googleapis.com/oauth2/v3/userinfo"
DEFAULT_SCOPE =
"openid email profile"

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