Task #16 - Oauth setup with google, microsoft, and apple not possible. Disabled buttons, reenabled local auth.
This commit is contained in:
parent
b4d16d764e
commit
8b3b6ffb8c
@ -43,18 +43,22 @@ html
|
|||||||
.container#login
|
.container#login
|
||||||
.login-container
|
.login-container
|
||||||
div
|
div
|
||||||
|
a.btn.btn-light.btn-lg(href="/auth/flitter/login")
|
||||||
|
i.icons.fas.fa-sign-in-alt
|
||||||
|
span Local Login
|
||||||
|
div
|
||||||
a.btn.btn-light.btn-lg(href="/auth/github_oauth/login")
|
a.btn.btn-light.btn-lg(href="/auth/github_oauth/login")
|
||||||
i.icons.fab.fa-github
|
i.icons.fab.fa-github
|
||||||
span Login with GitHub
|
span Login with GitHub
|
||||||
div
|
div
|
||||||
a.btn.btn-light.btn-lg(href="google.com")
|
a.btn.btn-light.btn-lg.disabled(href="google.com")
|
||||||
i.icons.fab.fa-google
|
i.icons.fab.fa-google
|
||||||
span Login with Google
|
span Login with Google
|
||||||
div
|
div
|
||||||
a.btn.btn-light.btn-lg(href="microsoft.com")
|
a.btn.btn-light.btn-lg.disabled(href="microsoft.com")
|
||||||
i.icons.fab.fa-microsoft
|
i.icons.fab.fa-microsoft
|
||||||
span Login with Microsoft
|
span Login with Microsoft
|
||||||
div
|
div
|
||||||
a.btn.btn-light.btn-lg(href="microsoft.com")
|
a.btn.btn-light.btn-lg.disabled(href="microsoft.com")
|
||||||
i.icons.fab.fa-apple
|
i.icons.fab.fa-apple
|
||||||
span Login with Apple
|
span Login with Apple
|
||||||
|
@ -17,7 +17,7 @@ SSL_CERT_FILE=cert.pem
|
|||||||
SSL_CERT_KEY=cert.key
|
SSL_CERT_KEY=cert.key
|
||||||
|
|
||||||
#for development, AUTH_FLITTER_ENABLE should be true
|
#for development, AUTH_FLITTER_ENABLE should be true
|
||||||
#AUTH_FLITTER_ENABLE=true
|
AUTH_FLITTER_ENABLE=true
|
||||||
|
|
||||||
#insert client ID for oauth
|
#insert client ID for oauth
|
||||||
AUTH_OAUTH2_CLIENT_ID=
|
AUTH_OAUTH2_CLIENT_ID=
|
||||||
|
Loading…
Reference in New Issue
Block a user