How to use Nuxt Auth with Fusion Auth?
-
I am looking for a tutorial for https://dev.auth.nuxtjs.org/ + Fusion Auth. Is there anything that I could follow? Also my backend is using python + FastAPI... I didn't find anything either.
Thanks!
-
I'm not aware of any tutorials. However, from a brief look it appears that https://auth.nuxtjs.org/schemes/oauth2/ would work with FusionAuth. The endpoints you'd need to configure that scheme are documented here: https://fusionauth.io/docs/v1/tech/oauth/endpoints/
Let us know how it goes!
-
It works! Thanks!