feat: auth0 + discord + github + slack auth modules
This commit is contained in:
@@ -183,8 +183,8 @@
|
||||
.body-2 Allowed Web Origins
|
||||
.body-1 {{host}}
|
||||
v-divider.my-3
|
||||
.body-2 Callback URL
|
||||
.body-1 {{host}}/login/callback/{{strategy.key}}
|
||||
.body-2 Callback URL / Redirect URI
|
||||
.body-1 {{host}}/login/{{strategy.key}}/callback
|
||||
v-divider.my-3
|
||||
.body-2 Login URL
|
||||
.body-1 {{host}}/login
|
||||
|
@@ -143,8 +143,10 @@
|
||||
span Admin
|
||||
v-menu(v-if='isAuthenticated', offset-y, min-width='300', left)
|
||||
v-tooltip(bottom, slot='activator')
|
||||
v-btn.btn-animate-grow(icon, slot='activator', outline, color='blue')
|
||||
v-icon(color='grey') account_circle
|
||||
v-btn(icon, slot='activator', outline, color='blue')
|
||||
v-icon(v-if='picture.kind === `initials`', color='grey') account_circle
|
||||
v-avatar(v-else-if='picture.kind === `image`', :size='29')
|
||||
v-img(:src='picture.url')
|
||||
span Account
|
||||
v-list.py-0
|
||||
v-list-tile.py-3.grey(avatar, :class='$vuetify.dark ? `darken-4-l5` : `lighten-5`')
|
||||
|
Reference in New Issue
Block a user