diff --git a/docs/schemes/local.md b/docs/schemes/local.md index 49cfdfde2..e013f9d36 100644 --- a/docs/schemes/local.md +++ b/docs/schemes/local.md @@ -23,11 +23,11 @@ auth: { // Cookie Login flow // login: { url: '/api/auth/login', method: 'post' }, }, - + // JWT Login flow (default) // tokenRequired: true, // tokenType: 'bearer' - + // Cookie Login flow // tokenRequired: false, // tokenType: false @@ -44,7 +44,7 @@ Each endpoint is used to make requests using axios. They are basically extending #### `propertyName` -`propertyName` can be used to specify which field of the response JSON to be used for value. **Must be set to `false` to directly use API response** or being more complicated like `auth.user`. +`propertyName` can be used to specify which field of the response JSON to be used for value. It can be `false` to directly use API response or being more complicated like `auth.user`. ### `tokenRequired`