Hi,
I am using Nuxt 3 and my app will use Facebook login, but we don't want to use nuxt-auth because nuxt-auth is for multi provider which can make the built files larger.
So do you know any npm library which exclusively handle Login Facebook for Nuxt 3 or Vue 3 framework?
Something like: nuxt-vue3-google-signin
I found vue-facebook-login but it is not maitaned for more than 3 years so we worry about security if use it.
https://www.npmjs.com/package/vue-facebook-login-component
Thank you.
Van Minh