Home

Issue: 2085

[Question] Nuxt way for local and social authentication

[issue link]

I have 2 options in mind:

  1. setting up my own oauth2 server with oauth2orize, but it seems a bit overkill and I’m still a bit lost on how to set this up

  2. Performing initial auth with passport-local/passport-facebook to issue a jwt used to authenticate each request with passport-http-bearer

I’m really wondering what is recommended with Nuxt?

This question is available on Nuxt.js community (#c1850)