Skip to content

Commit

Permalink
improve changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
LekoArts committed Oct 16, 2024
1 parent 74e410b commit b3552cc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .changeset/gorgeous-teachers-scream.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
---
"@clerk/express": patch
"@clerk/express": minor
---

Export authenticateRequest method from express sdk
Export [`authenticateRequest` method](https://clerk.com/docs/references/backend/authenticate-request) from `@clerk/express` (in case you want to go low-level and implement flows to your specific needs). You can use it like so:

```ts
import { authenticateRequest } from "@clerk/express"
```

This function is adapted to Express' Request wrapper and as such notably different to the exported function from `@clerk/backend`. If you need to use it, be sure to import from `@clerk/express`.

0 comments on commit b3552cc

Please sign in to comment.