Skip to content
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

[Command] add command to generate jwt #13369

Merged
merged 2 commits into from Dec 9, 2021
Merged

Conversation

SirDomin
Copy link
Contributor

@SirDomin SirDomin commented Dec 8, 2021

Q A
Branch? master
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Related tickets
License MIT

image

@SirDomin SirDomin requested a review from a team as a code owner December 8, 2021 06:15
@SirDomin SirDomin added the UX Issues and PRs aimed at improving User eXperience. label Dec 8, 2021
Copy link
Member

@Zales0123 Zales0123 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea 👌 But why not put it on 1.10? I would see it as an improvement to our installation process, not an entirely new feature 🖖 🚀

@probot-autolabeler probot-autolabeler bot added the Documentation Documentation related issues and PRs - requests, fixes, proposals. label Dec 9, 2021
use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\Console\Question\ConfirmationQuestion;

final class JwtConfigurationCommand extends AbstractInstallCommand
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be consistent with other command:

Suggested change
final class JwtConfigurationCommand extends AbstractInstallCommand
final class SetupJwtTokenCommand extends AbstractInstallCommand

or

Suggested change
final class JwtConfigurationCommand extends AbstractInstallCommand
final class ConfigureJwtTokenCommand extends AbstractInstallCommand

@GSadee GSadee merged commit bf3699e into Sylius:master Dec 9, 2021
@GSadee
Copy link
Member

GSadee commented Dec 9, 2021

Thanks, @SirDomin! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Documentation related issues and PRs - requests, fixes, proposals. UX Issues and PRs aimed at improving User eXperience.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants