Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ae48a8

Browse files
committed
[security]make:security:custom
Since MakerBundle `v1.59.0` - you can call `make:security:custom` to generate a simple, no-frills, custom authenticator based off the example in the docs.
1 parenta619916 commit6ae48a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎security/custom_authenticator.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Symfony comes with :ref:`many authenticators <security-authenticators>` and
55
third party bundles also implement more complex cases like JWT and oAuth
66
2.0. However, sometimes you need to implement a custom authentication
77
mechanism that doesn't exist yet or you need to customize one. In such
8-
cases, you must create and use your own authenticator.
8+
cases, you can use the ``make:security:custom`` command to create your own
9+
authenticator.
910

1011
Authenticators should implement the
1112
:class:`Symfony\\Component\\Security\\Http\\Authenticator\\AuthenticatorInterface`.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp