Skip to content

Instantly share code, notes, and snippets.

@fjugaldev
Created April 14, 2020 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fjugaldev/01a52eca625c56a48d19224060c99666 to your computer and use it in GitHub Desktop.
Save fjugaldev/01a52eca625c56a48d19224060c99666 to your computer and use it in GitHub Desktop.
lexik_jwt_authentication:
private_key_path: '%kernel.project_dir%/%env(JWT_PRIVATE_KEY_PATH)%'
public_key_path: '%kernel.project_dir%/%env(JWT_PUBLIC_KEY_PATH)%'
pass_phrase: '%env(JWT_PASSPHRASE)%'
token_ttl: '%env(JWT_TOKENTTL)%'
encoder:
service: lexik_jwt_authentication.encoder.lcobucci
signature_algorithm: RS512
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment