Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Symfony's security system (#154)
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