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
{{ message }}
This repository was archived by the owner on Oct 14, 2023. It is now read-only.
The solution needs to be secure, play well with vue-router and hapijs.
This will probably be important when we need to check if the user is authenticated when they make websockets requests as well.
https://github.com/dwyl/hapi-auth-jwt2
vs
currently using:
https://github.com/hapijs/cookie
The solution needs to be secure, play well with vue-router and hapijs.
This will probably be important when we need to check if the user is authenticated when they make websockets requests as well.
Check this for reference:
https://medium.com/@jcbaey/authentication-in-spa-reactjs-and-vuejs-the-right-way-e4a9ac5cd9a3