Skip to content

Commit

Permalink
(docs): Fixing the cspell error.
Browse files Browse the repository at this point in the history
  • Loading branch information
dericksozo committed Jun 27, 2024
1 parent 447997e commit a8b5c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/add-delete-user-entity.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ However, you can choose to use your own custom Authentication entity as long as

## Dependencies Between the Authentication Entity and Authentication Plugins

The authentication plugins rely on the existence of an _Authentication_ entity to handle user authentication and authorization. For Node.js services, this includes the _NestJS Auth Module_ and others. For .NET services, this includes the _ASP.NET Core Identity_ plugin.
The authentication plugins rely on the existence of an _Authentication_ entity to handle user authentication and authorization. For Node.js services, this includes the _NestJS Auth Module_ and others. For .NET services, this includes the ASP.NET Core Identity plugin.

If the _Authentication_ entity is not defined or is missing the required fields, the build process will fail, and the authentication plugins will not function correctly.

Expand Down

0 comments on commit a8b5c30

Please sign in to comment.