Gareth Latty

Results 61 comments of Gareth Latty

This is great, thanks for the contribution, and apologies for the delay in getting it merged through, I'll do so as soon as I have a chance, but can't say...

Apologies for the delay here, I'd suggest just generating a secret another way (any secure way of generating a random string) for now, and seeing if things work otherwise. This...

> > Apologies for the delay here, I'd suggest just generating a secret another way (any secure way of generating a random string) for now, and seeing if things work...

Hrm, can't reproduce, could you give details of browser and versions? The editor isn't ideal for sure, it's fragile and a bit hack-y, and the answer is probably a fresh...

So this definitely makes sense, although just a static API key isn't amazing security-wise. I'd consider it, but at least for your use case, would a better option be allowing...

So there are two different flows here: the bot or server side of the discord application authenticates using a fixed secret and client ID, but then there is an OpenID...

Added Twitch, but keeping this open for others.

Yeah, Twitter and Facebook seem like likely targets. I definitely understand wanting a standard username/password login, but that comes with having to securely store that information and do email verification,...

A good suggestion for an improvement from https://github.com/Lattyware/massivedecks/issues/167#issuecomment-691715887: > ... I think there should be some easy way to see the capitalization in the editing screen—e.g. a semi-transparent text `abc`...

The code gen for this is simple enough, but the main issue with doing this is it breaks simple dead code elimination, as suddenly you hold a reference to every...