-
-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue: account with authentication JWT #7554
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7554 +/- ##
===========================================
Coverage 100.00% 100.00%
- Complexity 2616 2623 +7
===========================================
Files 677 680 +3
Lines 11503 11570 +67
Branches 245 245
===========================================
+ Hits 11503 11570 +67
☔ View full report in Codecov by Sentry. |
cc @Gnuk do you have some time to take a look at it? |
src/main/resources/generator/client/vue/test/spec/common/services/storage.test.ts.mustache
Show resolved
Hide resolved
src/main/resources/generator/client/vue/test/spec/login/services/login.test.ts.mustache
Outdated
Show resolved
Hide resolved
src/main/resources/generator/client/vue/test/spec/login/services/login.test.ts.mustache
Outdated
Show resolved
Hide resolved
.../resources/generator/client/vue/webapp/app/login/primary/loginForm/LoginFormVue.vue.mustache
Outdated
Show resolved
Hide resolved
...es/generator/client/vue/webapp/app/login/primary/loginModal/LoginModal.component.ts.mustache
Outdated
Show resolved
Hide resolved
...esources/generator/client/vue/webapp/app/login/primary/loginModal/LoginModalVue.vue.mustache
Outdated
Show resolved
Hide resolved
src/main/resources/generator/client/vue/webapp/app/login/services/login.ts.mustache
Outdated
Show resolved
Hide resolved
src/main/resources/generator/client/vue/webapp/app/login/services/login.ts.mustache
Outdated
Show resolved
Hide resolved
src/main/resources/generator/client/vue/webapp/app/login/services/store.ts.mustache
Outdated
Show resolved
Hide resolved
I did a quick review and I have a question: I'm using most of the time dash I don't know if in JHipster Lite we have already made a choice about this. |
For java packages it's |
...in/resources/generator/client/vue/webapp/app/login/primary/loginForm/LoginForm.html.mustache
Outdated
Show resolved
Hide resolved
.../resources/generator/client/vue/webapp/app/login/primary/loginModal/LoginModal.html.mustache
Outdated
Show resolved
Hide resolved
src/main/resources/generator/client/vue/test/spec/login/primary/index.test.ts.mustache
Outdated
Show resolved
Hide resolved
src/main/resources/generator/client/vue/webapp/app/login/domain/Auth.ts.mustache
Outdated
Show resolved
Hide resolved
...es/generator/client/vue/webapp/app/login/primary/loginModal/LoginModal.component.ts.mustache
Show resolved
Hide resolved
bddcac2
to
16cacfb
Compare
any update ? |
Sorry about this, I'll try to give it a try and have a look at this PR |
No problem, Take your time :) |
Fix #897