feathers-chat-vuex
feathers-chat-vuex copied to clipboard
Authenticating the chat page
We should authenticate the chat page, to prevent unauthenticated access, otherwise, end user is possible to access the chat page by input URL 'http://www.localubun.com:8080/#/chat' in the address bar. In that case, the chat page will show as a blank page.
This is not a big issue in this project as an example, but in real cases, we should authenticate all the 'functional' pages, for the security and user experiences concerns.