[pdm-devel] applied: [PATCH yew-comp v2 2/5] login_panel/realm_selector: add support for openid realm logins
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Oct 22 19:03:47 CEST 2025
On Fri, 17 Oct 2025 15:57:57 +0200, Shannon Sterz wrote:
> this commit adds support for the openid login flow. it also modifies
> the realm selector so that the currently selected realm can be
> communicated to the login panel, which can then only render the fields
> necessary for an openid realm.
>
> the future handling the openid login request is intentionally spawned
> with `wasm_bindgen_futures::spawn_local` so that it does not get
> aborted when the view is re-rendered by the CatalogueLoader. it is
> also wrapped in a OnceLock to avoid making the call several times.
>
> [...]
Applied, thanks!
[2/5] login_panel/realm_selector: add support for openid realm logins
commit: 3f06e09bfaaef4e2f29ef3dbc4e1dda3f9d8d665
More information about the pdm-devel
mailing list