We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6110c51 commit 6e8044cCopy full SHA for 6e8044c
1 file changed
docs/specification/spec.md
@@ -732,10 +732,13 @@ It evaluates the average strength of all security schemes using normative scores
732
auth_strength = sum(strength_scores) / schemes_count
733
```
734
735
-Where
+
736
+Where:
737
- `strength_scores` is the list of calculated scheme strengths
738
- `schemes_count` is the number of defined schemes
739
740
741
742
The following table outlines the `auth_strength` scoring weights:
743
744
| Scheme Type | Description | Example | Strength | Rationale |
0 commit comments