Forhack it's actually a feature, not a bug FriendsOfFlarum/oauth24
This was done to meet Google brand requirements which doesn't allow using an icon alone.
Forhack it's actually a feature, not a bug FriendsOfFlarum/oauth24
This was done to meet Google brand requirements which doesn't allow using an icon alone.
clarkwinkelmann
P.S. : I found a small solution
css
.FoFLogInButton.LogInButton--google {
color: var(--button-color, #757575) !important;
background: var(--button-bg, #fff) !important;
border-radius: 15px !important;
text-align: center !important;
margin-left: auto !important;
margin-right: auto !important;
margin-top: 10px !important;
margin-bottom: 15px !important;
}
I am getting this error when I am using Twitter. I have copied the API Key and API secret correctly. Any ideas?
Received HTTP status code [401] with message "{"errors":[{"code":32,"message":"Could not authenticate you."}]}" when getting temporary credentials.
composer require fof/oauth:"*"
php flarum cache:clear
Hey, I saw a great extension but not maintaining to login with Telegram and add an option to receive notifications via Telegram.
Is it possible to integrate it in this auth extension ? Really appreciate it if possible and will did.
Good work for this Auth extension, very useful
Amarok If we did, we'd only do the log in with part. So we'd want to keep it a separate extension.
Other extensions can integrate with this one, however - though that only means making the addition of log in buttons less copy/paste. I don't have anything else to say, sorry.
Glad you like it though.
Amarok The reason I said it'd probably be best as a single extension is because if you do separate you'd need two apps to log in with - oauth would only verify identity, and the messaging for alerts would require those oauth perms. Does that make sense?
Also - I don't know whether we're adding more providers or not. I think we had an update at some point that clarified this, not sure.
Hey guys, could you please tell what to enter in the field "GitLab Domain"? Currently I've set it to https://gitlab.com/oauth/applications/203599 but not sure if its correct. Thx
BurungHantu gitlab.com is the domain
luceos Thx, but I don't see how that would make sense entering "gitlab.com". This is probably a misunderstanding. The config of the plugin requires App ID, App Secret and GitLab Domain.
BurungHantu the domain is customizable because GitLab can be self-hosted. But if you're not using the self-hosted version, luceos' suggestion must be the right choice. Otherwise it would be your custom GitLab domain.
clarkwinkelmann Thanks for explaining. My suggestion to make this step user friendly: Give that form input a standard value "gitlab.com" to avoid confusion, and a little sentence below about the self hosting possibility.
Discord link broken? Is Discord not going to do anything about it?
Fealist is there an error message? Can you describe what happens?
I am not aware of any issue with Discord login and don't see any prior report in this discussion or on GitHub.
clarkwinkelmann ( Flarum.it ) If you click on the discord login button on the login screen of the site, you will understand. I am getting the same error even though I did everything right. @Justoverclock
Fealist I don't see anything wrong on flarum.it as a guest in private browsing. It asks for my Discord credentials but I didn't go further.
clarkwinkelmann I went ahead. The result is as follows.
Fealist what did you set as your oauth redirect URL in Discord developer settings? It should be <your canonical Flarum URL>/auth/discord
It's been a while since I did it, maybe Discord also require adding the domain to a whitelist somewhere in their settings.
flarum.it probably used an incorrect value in their Discord settings. It doesn't appear to be something caused by the extension itself, but rather a configuration error by the admin.