Started implementing an Oauth server

This commit is contained in:
Jan Böhmer 2026-07-26 19:51:10 +02:00
parent 51ce453d1a
commit c2948f7d84
31 changed files with 2551 additions and 90 deletions

View file

@ -169,6 +169,19 @@
"league/html-to-markdown": {
"version": "4.8.2"
},
"league/oauth2-server-bundle": {
"version": "0.8",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "0.4",
"ref": "7f26963037fce3b69c1b3f6a75a3265edb1e1caa"
},
"files": [
"config/packages/league_oauth2_server.yaml",
"config/routes/league_oauth2_server.yaml"
]
},
"liip/imagine-bundle": {
"version": "2.7",
"recipe": {