Skip to content

Commit

Permalink
Merge pull request #73 from speakeasy-sdks/chore/add-authenticate-req…
Browse files Browse the repository at this point in the history
…uest-readme-section

fix: authenticate_request link in README
  • Loading branch information
speakeasybot authored Dec 10, 2024
2 parents a4da109 + 2de80d7 commit 1fdbc0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ with Clerk(

## Request Authentication

Use the [authenticate_request](https://github.com/speakeasy-sdks/clerk-sdk-python/blob/main/src/clerk_backend_api/jwks_helpers/authenticaterequest.py) method to authenticate a request from your app's frontend (when using a Clerk frontend SDK) to a Python backend (Django, Flask, and other Python web frameworks). For example the following utility function checks if the user is effectively signed in:
Use the [authenticate_request](https://github.com/clerk/clerk-sdk-python/blob/main/src/clerk_backend_api/jwks_helpers/authenticaterequest.py) method to authenticate a request from your app's frontend (when using a Clerk frontend SDK) to a Python backend (Django, Flask, and other Python web frameworks). For example the following utility function checks if the user is effectively signed in:

```python
import os
Expand Down

0 comments on commit 1fdbc0a

Please sign in to comment.