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

[make:auth] deprecate command #1523

Merged
merged 1 commit into from Apr 27, 2024

Conversation

jrushlow
Copy link
Collaborator

@jrushlow jrushlow commented Apr 21, 2024

The make:auth command has been superseded by make:security:form-login (#1244) and make:security:custom (#1522).

Originally written to create login form authentication back in the days of "Guard Authenticators" - this command has reached it's EOL with the existence of the new Symfony Security System that was introduced in Symfony 5.x.

Although the command class itself is @internal - we'll:

  • deprecate the command in v1.59.0 maintaining its existing functionality
  • remove the existing functionality after the v1.59.0 release
  • remove the command completely sometime after that.

I think this will give plenty of time to get the docs & book updated and "gently" push users to make:security:*

  • Symfony Book 6.4 - Published

cc @fabpot - Symfony Book

- use any of the `make:security:*` commands instead
@jrushlow jrushlow added the Feature New Feature label Apr 21, 2024
@jrushlow jrushlow changed the title [make:auth] deprecated command [make:auth] deprecate command Apr 21, 2024
@jrushlow
Copy link
Collaborator Author

Note: We're going to hold off on merging this until the Symfony 6.4 Book is published. Else, we "break" the user experience for those following along in the book.

@jrushlow jrushlow merged commit 03b5a9f into symfony:main Apr 27, 2024
7 checks passed
@jrushlow jrushlow deleted the feature/deprecated-make-auth branch April 27, 2024 20:46
@jrushlow jrushlow mentioned this pull request Apr 27, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature New Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant