You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all a massive thanks for your work so far on this awesome package. I just had a question regarding WebauthN. I wanted to know whether the native Chromium Embedded popup shown in the image below is supported. I'm accessing CEF through the Unreal Engine, and I'm yet to figure out how to display it.
It means at the moment, I'm unable to support the Webauthn ceremony unless I can figure out how to display this QR code which the Chrome browser handles internally. I figure there must be a way to get CEF to display this, however as someone that's new to it I'm unsure how you would do that.
Hi, so I've read into this some more. You need to also include the Chromium Runtime to enable handling of these specialised modern features. I'm curious, is there any possibility we will see BluUI integration the Chromium Runtime?
@getnamo I was wondering if you're open to Freelance commission to get the entire Chromium runtime, https://github.com/chromium/chromium, compiled and running in UnrealEngine in a cross-platform way (at least support iOS/Android/PC). I've got a modest budget. The reason is that I need to get support for Webauthn, and I've realised the only way to do that, achieving full support, is with also including the Chromium Runtime.
Interested to hear your thoughts and whether this is even possible. I believe it should be? I just want the above QR code to show, or a texture of it, and for the window to be rendered with the texture technique used by BluUI. It feels possible, and is a little bit more involved than CEF I gather.
Hi,
First of all a massive thanks for your work so far on this awesome package. I just had a question regarding WebauthN. I wanted to know whether the native Chromium Embedded popup shown in the image below is supported. I'm accessing CEF through the Unreal Engine, and I'm yet to figure out how to display it.
It means at the moment, I'm unable to support the Webauthn ceremony unless I can figure out how to display this QR code which the Chrome browser handles internally. I figure there must be a way to get CEF to display this, however as someone that's new to it I'm unsure how you would do that.
I greatly appreciate your help so far.
WebauthN Docs: https://developer.mozilla.org/en-US/docs/Web/API/Web_Authentication_API
Kind regards.
The text was updated successfully, but these errors were encountered: