Vue and Keycloak do not have a proper JS client that works with mobile native

There are currently 2 packages to integrate keycloak-js with your Vue 3 WEB app. https://github.com/dsb-norge/vue-keycloak-js and https://github.com/baloise/vue-keycloak But each have their quirks and issues. If you want to use keycloak in a native app, none of these work. There is keycloak-ionic and someone created a repo https://github.com/marchalb/qkeycloak to showcase a modified version of dsb-norge/vue-keycloak-js and…

Read Article