Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/data_models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Optional Role and UserRoles data-models
---------------------------------------

The optional ``Role`` and ``UserRoles`` data-models are only required for role-based authentication.
In this configuration, the ``User`` data-model must aslo define a ``roles`` relationship property.
In this configuration, the ``User`` data-model must also define a ``roles`` relationship property.

The Role data-model holds the name of each role. This name will be matched to the @roles_required
function decorator in a **CASE SENSITIVE** manner.
Expand Down