Skip to content

Commit

Permalink
Sync with tiangolo#9313
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslindemann committed Jan 13, 2024
1 parent 71c8fe3 commit d758fd9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/de/docs/advanced/security/oauth2-scopes.md
Expand Up @@ -79,7 +79,7 @@ Sehen wir uns zunächst kurz die Teile an, die sich gegenüber den Beispielen im
!!! tip "Tipp"
Bevorzugen Sie die `Annotated`-Version, falls möglich.

```Python hl_lines="3 7 11 45 63 104 106-114 120-123 127-133 138 152"
```Python hl_lines="3 7 11 45 63 104 106-114 120-123 127-133 138 154"
{!> ../../../docs_src/security/tutorial005_py310.py!}
```

Expand All @@ -88,7 +88,7 @@ Sehen wir uns zunächst kurz die Teile an, die sich gegenüber den Beispielen im
!!! tip "Tipp"
Bevorzugen Sie die `Annotated`-Version, falls möglich.

```Python hl_lines="2 4 8 12 46 64 105 107-115 121-124 128-134 139 153"
```Python hl_lines="2 4 8 12 46 64 105 107-115 121-124 128-134 139 155"
{!> ../../../docs_src/security/tutorial005_py39.py!}
```

Expand All @@ -97,7 +97,7 @@ Sehen wir uns zunächst kurz die Teile an, die sich gegenüber den Beispielen im
!!! tip "Tipp"
Bevorzugen Sie die `Annotated`-Version, falls möglich.

```Python hl_lines="2 4 8 12 46 64 105 107-115 121-124 128-134 139 153"
```Python hl_lines="2 4 8 12 46 64 105 107-115 121-124 128-134 139 155"
{!> ../../../docs_src/security/tutorial005.py!}
```

Expand Down Expand Up @@ -199,7 +199,7 @@ Und wir geben die Scopes als Teil des JWT-Tokens zurück.
!!! tip "Tipp"
Bevorzugen Sie die `Annotated`-Version, falls möglich.

```Python hl_lines="152"
```Python hl_lines="154"
{!> ../../../docs_src/security/tutorial005_py310.py!}
```

Expand All @@ -208,7 +208,7 @@ Und wir geben die Scopes als Teil des JWT-Tokens zurück.
!!! tip "Tipp"
Bevorzugen Sie die `Annotated`-Version, falls möglich.

```Python hl_lines="153"
```Python hl_lines="155"
{!> ../../../docs_src/security/tutorial005_py39.py!}
```

Expand All @@ -217,7 +217,7 @@ Und wir geben die Scopes als Teil des JWT-Tokens zurück.
!!! tip "Tipp"
Bevorzugen Sie die `Annotated`-Version, falls möglich.

```Python hl_lines="153"
```Python hl_lines="155"
{!> ../../../docs_src/security/tutorial005.py!}
```

Expand Down Expand Up @@ -265,7 +265,7 @@ In diesem Fall erfordert sie den Scope `me` (sie könnte mehr als einen Scope er
!!! tip "Tipp"
Bevorzugen Sie die `Annotated`-Version, falls möglich.

```Python hl_lines="3 138 165"
```Python hl_lines="3 138 167"
{!> ../../../docs_src/security/tutorial005_py310.py!}
```

Expand All @@ -274,7 +274,7 @@ In diesem Fall erfordert sie den Scope `me` (sie könnte mehr als einen Scope er
!!! tip "Tipp"
Bevorzugen Sie die `Annotated`-Version, falls möglich.

```Python hl_lines="4 139 166"
```Python hl_lines="4 139 168"
{!> ../../../docs_src/security/tutorial005_py39.py!}
```

Expand All @@ -283,7 +283,7 @@ In diesem Fall erfordert sie den Scope `me` (sie könnte mehr als einen Scope er
!!! tip "Tipp"
Bevorzugen Sie die `Annotated`-Version, falls möglich.

```Python hl_lines="4 139 166"
```Python hl_lines="4 139 168"
{!> ../../../docs_src/security/tutorial005.py!}
```

Expand Down

0 comments on commit d758fd9

Please sign in to comment.