Skip to content

Commit

Permalink
doc: fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dnalborczyk committed Sep 24, 2023
1 parent b9c0b58 commit 70baeb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -527,8 +527,8 @@ only enabled with the `--ignoreJWTSignature` flag. Make sure to only set this fl
If your authentication needs are custom and not satisfied by the existing capabilities of the Serverless offline project, you can inject your own authentication strategy. To inject a custom strategy for Lambda invocation, you define a custom variable under `offline` called `customAuthenticationProvider` in the serverless.yml file. The value of the custom variable will be used to `require(your customAuthenticationProvider value)` where the location is expected to return a function with the following signature.

```yaml
offline:
customAuthenticationProvider: ./path/to/custom-authentication-provider
offline:
customAuthenticationProvider: ./path/to/custom-authentication-provider
```

```js
Expand Down

0 comments on commit 70baeb0

Please sign in to comment.