-
-
Notifications
You must be signed in to change notification settings - Fork 213
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 #897
Comments
Hi Pascal, |
@seraphinandrieux : sure, but before starting the generator part, I would suggest to tackle this ticket with a sample project, then share it here, so we can be sure it's the right way |
So the order:
|
Starting with this bounty. If it's more work than expected, I'll increase it |
Let's doing that :) |
agree |
Don't hesitate to have a look at https://github.com/jhipster/jhipster-sample-app-vuejs There are some good code there, we can take, polish and reorganize in HexaArch, specially the auth part with token |
@pascalgrimaud , I'm a bit confused about the limit of this ticket : |
@seraphinandrieux : if the ticket is too big, it can be splitted into smaller tickets The idea is:
For generating a Vue project : Then, about the work:
As I suggest, the first step would be to work on a sample. Then we could split the generator part in several PRs maybe If it's not clear, we can discuss about it tomorrow |
I think we have to do ticket #1018 before |
Is anyone working on this one ? |
Hello, I successfully completed the implementation of a sample project demonstrating the use of JWT with Vue, integrating it into a new frontend module following the recently defined pattern. Here's the link to the pull request: https://github.com/renanfranca/jhlite-vue-jwt-sample-9abbb8c1-da4d-4797-87f1-f470fb283e77/pull/1/files Below is a demo video proving the functionality of JWT authentication: vue-jwt-demo_.mp4Here are the changes and created files: I am going to add the following files, along with their tests, to the
I am going to create a markdown file that contains example file contents for the use of the cc: @DamnClin , @pascalgrimaud , @murdos , @qmonmert and @Gnuk |
@pascalgrimaud: Bounty Claimed https://opencollective.com/generator-jhipster/expenses/224000 . Thanks 💙😄 |
@renanfranca : approved |
TO-DO
vue-core
module and shows it working with login and logoutvue-jwt
andvueoauth2app
at the matrix ingithub-actions.yml
. Delete thevueapp
fromgenerate.sh
. Must be done in different pull request (I can't update the matrix before merge thegenerate.sh
with the newvuejwtapp
andvueoauth2app
. The reason is that there is a step which tries to generate these two new apps using thegenerate.sh
from the main branch) -> addvuejwtapp
andvueoauth2app
at the matrix ingithub-actions.yml
#11088The text was updated successfully, but these errors were encountered: