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;
} 
5 days later

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.

16 days later

1.1.1

  • Improve layout of buttons in both normal & icon-only mode (FriendsOfFlarum/oauth36)
    • This also makes the Google button appear centered and in a new line
Updating
composer require fof/oauth:"*"
php flarum cache:clear

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.

    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.

        7 days later

        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.

          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.

            Fealist I don't think this is just a bug specific to flarum.it. I have the same error. That's why I gave up on discord

              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.