Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Symfony's security system #154

Merged
merged 5 commits into from
Oct 26, 2022
Merged

Conversation

marein
Copy link
Owner

@marein marein commented Oct 16, 2022

Upon arrival, ArrivialAuthenticator creates a new user in the identity context and authenticates them in the session.

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.

@marein marein self-assigned this Oct 16, 2022
@marein marein linked an issue Oct 16, 2022 that may be closed by this pull request
@marein marein force-pushed the 153-use-symfonys-security-system branch from cb0a9db to 2713289 Compare October 16, 2022 21:01
Upon arrival, ArrivialAuthenticator creates a new user in the
identity context and authenticates them in the session.

The current implementation covers what AssignUserIdOnKernelRequest
did before. It adds some complexity, but opens the way for #130
to secure the /metrics endpoint with basic auth, and #6 to eventually
authenticate the user in any way.
@marein marein force-pushed the 153-use-symfonys-security-system branch from 2713289 to de5e85a Compare October 16, 2022 21:05
@marein marein force-pushed the 153-use-symfonys-security-system branch from 42ea481 to b51904c Compare October 25, 2022 19:03
@marein marein merged commit b292979 into master Oct 26, 2022
@marein marein deleted the 153-use-symfonys-security-system branch October 26, 2022 20:37
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.

Use Symfony's security system
1 participant