Skip to content

Conversation

@Mariusz08
Copy link

@Mariusz08 Mariusz08 commented Feb 22, 2020

  • Login system
  • Base entities
  • Command to creating users from CLI
  • Add DB to CI

@Mariusz08
Copy link
Author

We also need to perform

openssl genpkey -out config/jwt/private.pem -aes256 -algorithm rsa -pkeyopt rsa_keygen_bits:4096
openssl pkey -in config/jwt/private.pem -out config/jwt/public.pem -pubout
php bin/console doctrine:database:create
php bin/console doctrine:migrations:diff
php bin/console doctrine:migrations:migrate

commands when Docker container starts

@Mariusz08 Mariusz08 requested a review from awaluk February 23, 2020 18:15
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.

1 participant