Skip to content

Commit

Permalink
Merge pull request #33 from Moesif/typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
selectiveduplicate authored Sep 18, 2024
2 parents b88f33c + 4f3e3d6 commit 6cf438a
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ For example, you may want to save a virtual machine instance ID, a trace ID, or
<code>(request, response)</code>
</td>
<td>
Dictionary
String
</td>
</tr>
</table>
Expand Down Expand Up @@ -492,17 +492,11 @@ A field name used to parse the user from authorization header in Moesif.
<th scope="col">
Data type
</th>
<th scope="col">
Default
</th>
</tr>
<tr>
<td>
String
</td>
<td>
<code>sub</code>
</td>
</tr>
</table>

Expand Down Expand Up @@ -632,7 +626,7 @@ and returns `True` if you want to skip this particular event.
</tr>
</table>

Optional, but highly recommended).
Optional, but highly recommended.

A function that takes [Requests](http://docs.python-requests.org/en/master/api/) request and response objects, and returns a string that represents the user ID used by your system.

Expand Down Expand Up @@ -842,7 +836,7 @@ app = FastAPI()
app.add_middleware(MoesifMiddleware, settings=moesif_settings)
```

You can use **`OAuth2`** in your FastAPI app with this middleware. For more information, see [OAuth2 with Password (and hashing), Bearer with JWT tokens](https://fastapi.tiangolo.com/tutorial/security/oauth2-jwt/).
You can use OAuth2 in your FastAPI app with this middleware. For more information, see [OAuth2 with Password (and hashing), Bearer with JWT tokens](https://fastapi.tiangolo.com/tutorial/security/oauth2-jwt/).

## Tested versions

Expand Down

0 comments on commit 6cf438a

Please sign in to comment.