Skip to content

Commit

Permalink
Use Symfony's security system (#154)
Browse files Browse the repository at this point in the history
Upon arrival, ArrivialAuthenticator creates a new user in the
identity context and authenticates them in the session #153.

The current implementation covers what AssignUserIdOnKernelRequest
did before. It adds some complexity, but opens the way for #130 to
secure the /metrics endpoint for php with basic auth, and #6 to eventually
authenticate the user in any way.
  • Loading branch information
marein authored Oct 26, 2022
1 parent f615c1a commit b292979
Show file tree
Hide file tree
Showing 17 changed files with 788 additions and 87 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"symfony/http-foundation": "^6.1",
"symfony/http-kernel": "^6.1",
"symfony/monolog-bundle": "^3.8",
"symfony/security-bundle": "^6.1",
"symfony/twig-bundle": "^6.1",
"symfony/uid": "^6.1",
"symfony/validator": "^6.1",
Expand Down
Loading

0 comments on commit b292979

Please sign in to comment.