feathers-chat-vuex icon indicating copy to clipboard operation
feathers-chat-vuex copied to clipboard

Authenticating the chat page

Open youngliuus21 opened this issue 5 years ago • 0 comments

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.

youngliuus21 avatar Mar 28 '20 12:03 youngliuus21