Skip to content

Latest commit

 

History

History
90 lines (58 loc) · 11.4 KB

File metadata and controls

90 lines (58 loc) · 11.4 KB

@clerk/hono

0.1.4

Patch Changes

  • Updated dependencies [f0533a2, e00ec97]:
    • @clerk/shared@4.3.2
    • @clerk/backend@3.2.2

0.1.3

Patch Changes

  • Updated dependencies [b9cb6e5]:
    • @clerk/shared@4.3.1
    • @clerk/backend@3.2.1

0.1.2

Patch Changes

0.1.1

Patch Changes

  • Updated dependencies [3e63793]:
    • @clerk/backend@3.1.0
    • @clerk/shared@4.2.0

0.1.0

Minor Changes

  • Add Frontend API proxy support to @clerk/hono via the frontendApiProxy option on clerkMiddleware. When enabled, requests matching the proxy path (default /__clerk) are forwarded to Clerk's Frontend API, allowing Clerk to work in environments where direct API access is blocked by ad blockers or firewalls. The proxyUrl for auth handshake is automatically derived from the request when frontendApiProxy is configured. (#7994) by @nikosdouvlis

Patch Changes

0.0.3

Patch Changes

  • Update README prerequisites to match actual package.json engine and peer dependency constraints. (#7972) by @jacekradko

  • Updated dependencies [55ece85]:

    • @clerk/backend@3.0.1

0.0.2

Patch Changes