[Question] Nuxt way for local and social authentication
[issue link]I have 2 options in mind:
-
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
-
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?