Motov Yurii
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
4 deletions
-
docs/en/docs/tutorial/security/oidc-jwt.md
|
|
@ -84,11 +84,9 @@ This was the final step of the configuration. |
|
|
|
|
|
|
|
Finally we come to the actual **FastAPI** code: |
|
|
|
|
|
|
|
=== "Python 3.9+" |
|
|
|
|
|
|
|
```Python hl_lines="112-124 127-129 134" |
|
|
|
{!> ../../../docs_src/security/tutorial008_an_py39.py!} |
|
|
|
``` |
|
|
|
{* ../../docs_src/security/tutorial008_an_py39.py hl[112:124,127:129,134]} |
|
|
|
|
|
|
|
|
|
|
|
/// check | some small tweaks necessary? |
|
|
|
|
|
|
|