DEV Community

Discussion on: How to make nuxt auth working with JWT - a definitive guide

Collapse
 
slidenerd profile image
slidenerd

thanks for the detailed post but can you also add how you would handle facebook google and twitter login with nuxt/auth

Collapse
 
mrnaif2018 profile image
MrNaif2018

This is outside of the scope of this article. It shows how to workaround limitations and bugs about refresh token implementation in nuxt/auth.
Google auth, social providers auth are there:
auth.nuxtjs.org/providers/google.html
auth.nuxtjs.org/providers/facebook...
Etc.