diff --git a/build.gradle b/build.gradle index a2e618d..4367056 100644 --- a/build.gradle +++ b/build.gradle @@ -34,6 +34,8 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-security' implementation 'org.thymeleaf.extras:thymeleaf-extras-springsecurity5' + implementation 'com.auth0:java-jwt:4.4.0' + } tasks.named('test') { diff --git a/data.mv.db b/data.mv.db index de4ff61..76cf63e 100644 Binary files a/data.mv.db and b/data.mv.db differ diff --git a/front/vue_front/src/App.vue b/front/vue_front/src/App.vue index df82f6b..f90d2ef 100644 --- a/front/vue_front/src/App.vue +++ b/front/vue_front/src/App.vue @@ -3,21 +3,64 @@

Лабораторная работа 4

-

- Профили - Лента +

+ Профили + Лента + Выход

diff --git a/front/vue_front/src/components/Comment.vue b/front/vue_front/src/components/Comment.vue index 0786088..ac82608 100644 --- a/front/vue_front/src/components/Comment.vue +++ b/front/vue_front/src/components/Comment.vue @@ -1,7 +1,7 @@