meven_auth_app_vuex icon indicating copy to clipboard operation
meven_auth_app_vuex copied to clipboard

Simple authentication application with vue.js

Results 35 meven_auth_app_vuex issues
Sort by recently updated
recently updated
newest added

Anyone can create a 'token' key in the localStorage with absolutely gibberish value and the protected routes become visible to them easily. This app doesn't provide proper route protection.

I found a problem when I try to test my app to follow your tutorial It still inserting value on the database. here my test code: ``` describe('/users/register', () =>...

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

login and register is not happen it shows following error after clicking on register or login button (POST http://localhost:8080/api/users/register 404) .

The current registration API method flow has an issue in which any of the 3 methods that are fired using promises will race and the first one to return no...