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
I've just taken a look at bell, they recommend using it with the hapi-auth-cookie plugin.
Once the [bell] handler is called, the application must set its own session management. A common solution is to combine bell with the hapi-auth-cookie authentication scheme plugin.
In this case, only the facebook login endpoint would use the bell plugin, the rest of your application would then use the hapi-auth-cookie plugin. hapi-io can then use the cookie to authenticate the user.
Im trying to use bell and facebook for authentication, can you please give an example;
I cant seem to get it to work properly
The text was updated successfully, but these errors were encountered: