Description
Hi Marshall,
Been using feathers-vuex pretty successfully in several apps thus far - haven't ventured into vue3 and composition API yet haven't found the need or desire...yet.
Anyway, I have a fairly complex setup and user authentication requirements where on one hand I have a local strategy type login and the other an api-token login into my feathers-vuex app. Too hard and boring to explain here but basically I have the normal featehrs-vuex user auth with login screen but if query param contains a token I authenticatethat to feathers and manually update the feathers-jwt and isAuthenticated - checking that with router guards on my secure pages.
Things got a little more complicated with a new requirement and I am feeling the need to migrate away from feathers auth and standardize/build off an IDP like fusionauth...or keycloak.
I found this keycloak -> feathers client/server lib. https://github.com/giesekow/feathers-keycloak-connect
Assuming it works AND you are curious or kind enough to check it out I would really appreciate a quick opinion if it is an 'oh yeah a couple lines in the feathers-vuex auth plugin can authenticate without any trauma to the rest of your application' or 'yeah....not sometihng I would do with feathers-vuex'
Thanks man, really appreciate your work and help.