Clark Winkelmann

Results 101 comments of Clark Winkelmann

I'm not sure what to do here, and I have a bit of a conflict of interest. I have implemented that exact same thing in my paid Formulaire extension and...

What happens when you try? Please share all relevant error messages, logs and screenshots. Also of relevance could be screenshots of the settings in the GitHub and Facebook apps admin...

That's definitely a limitation of the system that was chosen here. Since the [AnswerValidator](https://github.com/FriendsOfFlarum/masquerade/blob/master/src/Validators/AnswerValidator.php) extends the Flarum validator, you could use custom code to listen for Flarum's `Validating` event and...

Masquerade was never designed with dropdowns in mind. Dropdowns are just a nice trick we introduced to make `in:` rules more user-friendly. I don't really think we should be adding...

I'm unable to view the video. Can you enable public access? It's probably not a good idea to share a Facebook access token here. Though it will probably have expired...

Unfortunately I don't have any iOS device, and I don't see any obvious issue just by looking at the video. Let's wait for another FoF member to chime in. Not...

Can you share the exact error message? Is there any entry in Flarum or Laravel log file or is it just shown on the page? Any difference when trying again...

It always works the first time for every user?

The problem is that this extension is only reacting to logins and registrations. Syncing groups would likely require some sort of webhooks so a change in the source is applied...

Those features are not implemented at this time, and I don't think you can add them in without forking the extension. Those are the lines that would need changing https://github.com/FriendsOfFlarum/passport/blob/ce398fbba6a9c710eba4aff682d01af1f9284720/src/Controllers/PassportController.php#L102-L104...