Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdimascio committed Dec 9, 2019
1 parent eaf3aeb commit 5564aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ app.use((err, req, res, next) => {

**Q:** What happened to the `securityHandlers` property?

**A:** In v3, `securityHandlers` have been replaced by `validateSecurity.securityHandlers`. To use v3 security handlers, move your existing security handlers to the new property. No other change is required. Note, that the v2 `securityHandlers` property is supported in v3, but deprecated
**A:** In v3, `securityHandlers` have been replaced by `validateSecurity.handlers`. To use v3 security handlers, move your existing security handlers to the new property. No other change is required. Note that the v2 `securityHandlers` property is supported in v3, but deprecated

**Q:** Can I use a top level await?

Expand Down

0 comments on commit 5564aff

Please sign in to comment.