Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any npm library for Facebook login only (Nuxt 3/Vue 3) #1871

Open
vanminhquangtri opened this issue Mar 7, 2024 · 1 comment
Open
Labels

Comments

@vanminhquangtri
Copy link

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

@kissu
Copy link

kissu commented Mar 10, 2024

Are the files actually bigger (did you give it a try)? Isn't the whole thing only using a given provider at a time?

Regarding security, I think it might just be fine. A frontend will mostly only check the token sent from facebook.
I think that the security part is mostly on Facebook's side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants