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
I was just looking into authentication mechanisms I can use for my Dioxus project and was particularly interested in supporting krb5 via gssapi (Kerberos V5) since I am already working in a FreeIPA domain.
Unfortunately I came across this issue in the wasmtime repo talking about crypto being impossible in wasm.
Now I am wondering... does this issue concern Dioxus or would the challenge be handeled by the browser? What about a desktop version of the application? In case this is a hard limit of wasm, would it be possible to outsource the issue to javascript using the eval method (or any other method Dioxus provides)?
Has anyone successfully created a Dioxus application that is authenticated using kerberos?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I was just looking into authentication mechanisms I can use for my Dioxus project and was particularly interested in supporting krb5 via gssapi (Kerberos V5) since I am already working in a FreeIPA domain.
Unfortunately I came across this issue in the wasmtime repo talking about crypto being impossible in wasm.
Now I am wondering... does this issue concern Dioxus or would the challenge be handeled by the browser? What about a desktop version of the application? In case this is a hard limit of wasm, would it be possible to outsource the issue to javascript using the eval method (or any other method Dioxus provides)?
Has anyone successfully created a Dioxus application that is authenticated using kerberos?
Best,
Gab
Beta Was this translation helpful? Give feedback.
All reactions