You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/openapi/security.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ const options = new DocumentBuilder().addSecurity('basic', {
17
17
});
18
18
```
19
19
20
-
Some of the most popular authentication techniques are predefined (e.g. `basic` and `bearer`) and therefore you don't have to define security mechanisms manually as shown above.
20
+
Some of the most popular authentication techniques are built-in (e.g.,`basic` and `bearer`) and therefore you don't have to define security mechanisms manually as shown above.
0 commit comments