-
-
Notifications
You must be signed in to change notification settings - Fork 141
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
Allow anonymous user to generate an application via user interface #162
Comments
Since #160 is done I am closing this. |
It was meant to be worked upon after the merge :) |
@vishal423 : Ops sorry. I think I closed this and #161 with the idea the changes are already incorporated in the update. |
I feel this would be very nice to have. @SudharakaP @vishal423 Shall I pick this up if no one is working on it? |
Feel free to pick up @swarajsaaj |
@deepu105 @pascalgrimaud @mraible - It seems a good candidate to have a bounty. Can you add one ? |
Thanks @vishal423 ,Shall we also move this to homepage once we make it for anonymous users (like https://start.spring.io/, https://code.quarkus.io/ or https://code.quarkus.io, maybe with a refactored interface too). Any views on this @pascalgrimaud @vishal423 @SudharakaP ? |
@vishal423 : done |
@swarajsaaj : Thanks for taking it up @swarajsaaj. My suggestion is that as an MVP first let us just open it up for anonymous users. Changing the interface can be done on a separate issue. 😄 |
Remove security on "/download-application" and refactor user-interface to allow non-logged in users to generate and download the zip file. Fix jhipster#162
Remove security on "/download-application" and refactor user-interface to allow non-logged in users to generate and download the zip file. Fix #162
Can we add a section / link on the main page to navigate to the UI interface to allow anonymous users to generate applications? |
@vishal423 The "Create Application" link in the left navigation bar is now available for anonymous users. Do you mean something on the right section too? |
@swarajsaaj thanks for the confirmation. It seems a caching issue on my side. I can see the option now and looks good to me. |
Should be done after #160
The text was updated successfully, but these errors were encountered: