You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In general, that would require including the upstream bundle's licence as a comment on top of the copied file.
But, since that bundle is maintained by me as well, we can skip that requirement :) PR welcome!
This PR was squashed before being merged into the 0.4-dev branch.
Discussion
----------
Generate keys commands
Here is my proposal to implement #106.
The first commit is an import of the command and the test from `LexikJWTAuthenticationBundle` to make review of change easier.
# To do
- [x] Make `$algorithm` a command option as `LeagueOAuth2ServerBundle` doesn't have such configuration option.
- [x] Register the command as a service.
Commits
-------
79141d2 Generate keys commands
It would really improve DX like it was done for LexikJWTAuthenticationBundle.
Is it possible to copy the command from https://github.com/lexik/LexikJWTAuthenticationBundle/blob/2.x/Command/GenerateKeyPairCommand.php ?
I would say yes, but as I'm not an OSS licenses expert, I would like some advice on this topic.
The text was updated successfully, but these errors were encountered: