- Nov 05, 2022
- Nov 04, 2022
- Nov 03, 2022
-
-
Bart Chou authored
-
- Oct 31, 2022
-
-
fz2907 authored
-
- Oct 30, 2022
-
-
Bart Chou authored
now server can create login cookie and client can store cookie in broser. We use userId as token for login cookie for convinence for now.
-
- Oct 23, 2022
- Oct 22, 2022
-
-
Bart Chou authored
2. server return session token with Usermodel after successfully login -> store login status in vuex 3. add log out button -> clear token in localstorage and login status in vuex 4. now we can define each route whether it needs auth (login status) to continue redirecting
-
Bart Chou authored
-
zhengbo authored
-
- Oct 21, 2022
- Oct 20, 2022
- Oct 18, 2022
- Oct 17, 2022
-
-
Zhengbo Wang authored
-
- Oct 13, 2022
-
-
fz2907 authored
Added ServerHttpService.js, Constants.js, ExampleService.js, and changed HelloWorld.vue for show examples. The front to back end connection is ready.
-
fz2907 authored
Added ServerHttpService.js, Constants.js, ExampleService.js, and changed HelloWorld.vue for show examples. The front to back end connection is ready.
-
fz2907 authored
Added ServerHttpService.js, Constants.js, ExampleService.js, and changed HelloWorld.vue for show examples. The front to back end connection is ready.
-
- Oct 12, 2022
-
-
fz2907 authored
Change spring boot port to 8081, so it will not interoperate with Vue
-