You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
i'm succesfully using hapi-auth-jwt2 in one of my projects, but I can't find a way to integrate it with Bell to allow social login. Is there some tutorial or example i might look at?
Thanks
The text was updated successfully, but these errors were encountered:
The cleanest way is to fetch the facebook data via standard login, and then proceed with storing and authing the jwt just like the username and password strategy right?
Oops. I mean the general strategy is to use the provider's means of login to retrieve the profile, and then store and auth the JWT i.e. Don't use Bell at all.
Hi,
i'm succesfully using hapi-auth-jwt2 in one of my projects, but I can't find a way to integrate it with Bell to allow social login. Is there some tutorial or example i might look at?
Thanks
The text was updated successfully, but these errors were encountered: