Skip to content

Commit c5b9ac7

Browse files
committed
docs(entity): move from core to symfony
1 parent 22d10d4 commit c5b9ac7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Here is the fully featured REST API you'll get in minutes:
3434
- Advanced [serialization](serialization.md) thanks to the Symfony Serializer Component (groups support, relation embedding, max depth...)
3535
- Automatic route registration
3636
- Automatic entry point generation giving access to all resources
37-
- [User](user.md) support
37+
- [User Management using Symfony](../symfony/user.md)
3838
- [JWT](jwt.md) and [OAuth](https://oauth.net/) support
3939
- Files and `\DateTime` and serialization and deserialization
4040

core/user.md renamed to symfony/user.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# User Entity
1+
# User Entity with Symfony
22

33
This documentation is based on the [official Symfony Documentation](https://symfony.com/doc/current/security/user_providers.html) with some API Platform integrations.
44

@@ -219,7 +219,7 @@ class UserRepository extends ServiceEntityRepository implements PasswordUpgrader
219219
## Creating and Updating User Password
220220

221221
There's no built-in way for hashing the plain password on `POST`, `PUT` or `PATCH`.
222-
Happily you can use the API Platform [state processors](state-processors.md) for auto-hashing plain passwords.
222+
Happily you can use the API Platform [state processors](../core/state-processors.md) for auto-hashing plain passwords.
223223

224224
First create a new state processor:
225225

0 commit comments

Comments
 (0)