Skip to content

Commit

Permalink
[WIP] add basic user api
Browse files Browse the repository at this point in the history
  • Loading branch information
y3n4 committed Apr 18, 2024
1 parent 00f1f81 commit 211bf8d
Show file tree
Hide file tree
Showing 27 changed files with 892 additions and 75 deletions.
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ JWT_SECRET_KEY=%kernel.project_dir%/config/jwt/private.pem
JWT_PUBLIC_KEY=%kernel.project_dir%/config/jwt/public.pem
JWT_PASSPHRASE=857ce6bfb8d058ca8f51421d40864305d96be4be4a30d75e843b2d13958e6fde
###< lexik/jwt-authentication-bundle ###

###> nelmio/cors-bundle ###
CORS_ALLOW_ORIGIN='^https?://(localhost|127\.0\.0\.1)(:[0-9]+)?$'
###< nelmio/cors-bundle ###
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,25 +10,32 @@
"ext-openssl": ">=7.1",
"ext-sodium": "^2.0 | >=7.2",
"doctrine/annotations": "*",
"doctrine/dbal": "^3",
"doctrine/doctrine-bundle": "^2.7",
"doctrine/doctrine-fixtures-bundle": "~3.4",
"doctrine/doctrine-migrations-bundle": "^3.3",
"doctrine/orm": "^2.13",
"endroid/qr-code": "^5.0",
"ircmaxell/password-compat": "~1.0.3",
"knplabs/knp-menu-bundle": "^3.0",
"lexik/jwt-authentication-bundle": "^2.20",
"mopa/bootstrap-bundle": "~3.0",
"nelmio/cors-bundle": "^2.4",
"nelmio/security-bundle": "^3.0",
"pear/crypt_gpg": "^1.6",
"phpdocumentor/reflection-docblock": "^5.3",
"phpstan/phpdoc-parser": "^1.27",
"ramsey/uuid": "^4.1",
"scheb/2fa-backup-code": "^7.2.0",
"scheb/2fa-bundle": "^7.2.0",
"scheb/2fa-totp": "^7.2.0",
"sonata-project/admin-bundle": "^4.0",
"sonata-project/doctrine-orm-admin-bundle": "^4.0",
"symfony/apache-pack": "^1.0",
"symfony/asset": "6.4.*",
"symfony/console": "*",
"symfony/dotenv": "*",
"symfony/expression-language": "6.4.*",
"symfony/flex": "^1.1",
"symfony/form": "*",
"symfony/framework-bundle": "*",
Expand All @@ -37,9 +44,12 @@
"symfony/monolog-bundle": "^3.8.0",
"symfony/polyfill-apcu": "^1.0",
"symfony/process": "6.4.*",
"symfony/property-access": "6.4.*",
"symfony/property-info": "6.4.*",
"symfony/runtime": "6.4.*",
"symfony/security-bundle": "*",
"symfony/security-csrf": "*",
"symfony/serializer": "6.4.*",
"symfony/translation": "*",
"symfony/twig-bundle": "6.4.*",
"symfony/validator": "*",
Expand Down
Loading

0 comments on commit 211bf8d

Please sign in to comment.