github clerk/javascript @clerk/express@1.3.0

latest releases: @clerk/types@4.92.0, @clerk/clerk-js@5.99.0, @clerk/fastify@2.4.37...
13 months ago

Minor Changes

  • Export authenticateRequest method from @clerk/express (in case you want to go low-level and implement flows to your specific needs). You can use it like so: (#4340) by @jescalan

    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.

Patch Changes

Don't miss a new javascript release

NewReleases is sending notifications on new releases.