<%= t('agoog.title') %>
← <%= t('agoog.back') %>
<% if (success) { %>
<%= success %>
<% } %>
<% if (typeof error !== 'undefined' && error) { %>
<%= error %>
<% } %>
<%= t('agoog.card_title') %>
<%= t('agoog.card_help_pre') %> <%= t('agoog.card_help_own') %>
<%= t('agoog.card_help_mid') %>
console.cloud.google.com
<%= t('agoog.card_help_post') %>
<% if (google && google.configured) { %><%= t('agoog.status_set') %><% } else { %><%= t('agoog.status_unset') %><% } %>
<%= t('agoog.guide_summary') %>
- <%= t('agoog.step1_pre') %> Google Cloud Console <%= t('agoog.step1_post') %>
- APIs & Services → OAuth consent screen: <%= t('agoog.step2_usertype') %> External. <%= t('agoog.step2_scopes_pre') %>
email, profile <%= t('agoog.step2_scopes_and') %> openid <%= t('agoog.step2_scopes_post') %> <%= t('agoog.step2_testmode') %>
- APIs & Services → Credentials → Create credentials → OAuth client ID, <%= t('agoog.step3_type') %> Web application.
- <%= t('agoog.step4_pre') %> Authorized redirect URIs<%= t('agoog.step4_post') %>
- <%= t('agoog.step5_pre') %> Client ID + Client Secret <%= t('agoog.step5_post') %>
<%= t('agoog.note_label') %> <%= t('agoog.note_pre') %> <%= t('agoog.note_noapi') %> <%= t('agoog.note_mid') %> <%= t('agoog.note_not') %> <%= t('agoog.note_post') %>
<% if (google && google.redirectUri) { %>
<%= t('agoog.redirect_label') %>
<%= google.redirectUri %>
- <%= t('agoog.rstep1_pre') %> Google Cloud Console → APIs & Services → Credentials.
- <%= t('agoog.rstep2') %>
- <%= t('agoog.rstep3_pre') %> Authorized redirect URIs → <%= t('agoog.rstep3_mid') %> + ADD URI <%= t('agoog.rstep3_post') %>
- <%= t('agoog.rstep4_pre') %> Save <%= t('agoog.rstep4_post') %>
<%= t('agoog.warn_pre') %> <%= t('agoog.warn_exact') %> <%= t('agoog.warn_mid1') %> https:// (<%= t('agoog.warn_nohttp') %> http)<%= t('agoog.warn_mid2') %> <%= t('agoog.warn_noslash') %> <%= t('agoog.warn_mid3') %> <%= t('agoog.warn_error') %>.
<% } else { %>
<%= t('agoog.set_baseurl_pre') %> PUBLIC_BASE_URL <%= t('agoog.set_baseurl_post') %>
<% } %>
<% if (typeof premiumEnabled !== 'undefined' && premiumEnabled && !isPremium) { %>
<%= t('agoog.premium_locked') %>
<% } %>