Marco Colli
Marco Colli
On my MacOS + Homebrew the problem was present because I was calling `python3 setup.py test` instead of `python3.9 setup.py test` (which works).
Do you have any suggestions to update the Ruby `web-push` library to use OpenSSL v3? I can replace `OpenSSL::PKey::EC.new` with `OpenSSL::PKey::EC.generate`, but then I find it hard to update this...
@chrisgow Unfortunately, no, I didn't find any solution. It would be really important to have this option for security: if you enable SSO (e.g. with Google) you don't want to...
Any updates on this?
> official support for things like passkey and 2FA would be a dream @rmaspero Yes, that would be great. For 2FA you can use this gem: https://github.com/tinfoil/devise-two-factor
@carlosantoniodasilva Thanks for the great news. For 2FA maybe you could consider a merge of this project into Devise: https://github.com/tinfoil/devise-two-factor It works very well, and it would be nice to...
@tcannonfodder I don't see Passkeys as a replacement for Authenticator apps in the immediate future, I see them as something complementary that can coexist: 1. Most applications that I use...
@GoldenJaden Can someone from the core team please merge this? It would be really useful
@agustingazzano Thanks for the approval. Any chance to see this feature merged? It would be really useful
+1 It would be extremely useful to have this method and it would make it easier to migrate some code from OpenSSL v1.1 to OpenSSL v3. Is there any chance...