Peter Schröder
Peter Schröder
The GitHub workaround was just an idea, I was not sure weather it would work. Actually good that it does not from a security perspective 😸 So there are some...
You could use my one-time-password-email-auth-provider for omniauth that i use at weg.li in order to provide password-less logins via email login links https://github.com/weg-li/weg-li/blob/master/app/lib/omni_auth/strategies/email.rb
PS: F U ELON!
@josepegea regarding the login via twitter with an existing session: the site has a remember-me cookie that probably does a login in some kind of way. the actual twitter auth...
Hey @MartB thanks for your support. You are correct, I confused the versions, those are the correct ones: `Master : 1.66 Slave : 1.06 Manager : 1.34` I find the...
I upgraded to 1.14.0b3 and 1.39 and will report back once I have some sunshine generating values.
Nothing changed
I'm currently running on 1.74, 1.06, 1.39 and it's still reporting on a wrong scale, so I assume it's the scale that is wrong and it actually does what the...
@MartB ah, that's exactly what I just did 😸
i think a straight forward simple and flexible API would be to use a method-name symbol `{ deny_list: :check_stuff_in_db }` and pass the relevant info to that method on invocation.