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

new lexik:jwt:generate-key command #655

Closed
wants to merge 6 commits into from
Closed

new lexik:jwt:generate-key command #655

wants to merge 6 commits into from

Conversation

kilip
Copy link

@kilip kilip commented May 29, 2019

This pull request will add a new command for creating new secret and public pem files based on lexik_jwt configuration using php openssl extension. The pem files will be generated in:

  • secret key file: lexik_jwt_authentication.secret_key paramater
  • public key file: lexik_jwt_authentication.public_key parameter

The files will be generated using passphrase from lexik_jwt_authentication.pass_phrase value.

I also fix error/bug in LexikJWTAuthenticationExtension because container parameter lexik_jwt_authentication.secret_key and lexik_jwt_authentication.public_key never set in this Extension (please see my 7fac306 commit)

@chalasr chalasr force-pushed the master branch 2 times, most recently from 54da095 to a10f88a Compare November 30, 2020 21:24
@chalasr
Copy link
Collaborator

chalasr commented Feb 9, 2021

Implemented in #817. Thank you for the work you started here @kilip

@chalasr chalasr closed this Feb 9, 2021
@kilip kilip deleted the lexik-jwt-generate-key branch February 19, 2021 22:59
@kilip kilip restored the lexik-jwt-generate-key branch February 19, 2021 22:59
@kilip kilip deleted the lexik-jwt-generate-key branch October 4, 2022 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants