mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Add OAuth2 authentication (#147)
- Added Site settings > Authentication section - Create/edit/delete your custom oauth2 configurations - Login or signup with oauth2
This commit is contained in:
committed by
GitHub
parent
3bda6dee08
commit
4c73b398e8
@@ -0,0 +1,57 @@
|
||||
.authenticationIndexPage {
|
||||
h2 { @extend .mb-3; }
|
||||
|
||||
.oauthProvidersTitle {
|
||||
@extend .d-flex;
|
||||
|
||||
button {
|
||||
@extend .ml-2;
|
||||
|
||||
height: min-content;
|
||||
}
|
||||
}
|
||||
|
||||
.oAuthsList {
|
||||
@extend .pl-1;
|
||||
|
||||
list-style: none;
|
||||
|
||||
.oAuthListItem {
|
||||
@extend
|
||||
.d-flex,
|
||||
.justify-content-between,
|
||||
.my-2,
|
||||
.p-3;
|
||||
|
||||
.oAuthInfo {
|
||||
@extend .d-flex;
|
||||
|
||||
column-gap: 32px;
|
||||
|
||||
.oAuthLogo { border-radius: 100%; align-self: center; }
|
||||
|
||||
.oAuthName { font-size: 18px; }
|
||||
}
|
||||
|
||||
.oAuthActions {
|
||||
align-self: center;
|
||||
|
||||
a {
|
||||
@extend .link;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.authenticationFormPage {
|
||||
a.backButton {
|
||||
@extend .mb-2;
|
||||
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
a.link {
|
||||
@extend .link;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user