astro-with-clerk-auth

Community Astro SDK for Clerk with starter `astro-clerk-auth`

MIT License

Downloads
3.1K
Stars
45

Bot releases are visible (Hide)

astro-with-clerk-auth - [email protected] Latest Release

Published by github-actions[bot] 3 months ago

Minor Changes

  • b6ebda7: Notify about the package beeing deprecated in favour of @clerk/astro.
astro-with-clerk-auth - [email protected]

Published by github-actions[bot] 4 months ago

Minor Changes

  • c69c349: Expose individual stores for client resources.
    • $userStore
    • $sessionStore
    • $sessionListStore
    • $clerkStore
    • $clerkStore
    • $signInStore
    • $signUpStore
astro-with-clerk-auth - [email protected]

Published by github-actions[bot] 4 months ago

Patch Changes

  • e48b79a: Drop url constants from Astro components.
astro-with-clerk-auth - [email protected]

Published by github-actions[bot] 4 months ago

Minor Changes

  • 406aa57: Export clerkClient as a function for safer access in environment variables across runtimes.
  • 211f86b: Deprecate ClerkLayout Astro component. It's usage it is no longer needed as this is now handled my clerkMiiddleware.
astro-with-clerk-auth - [email protected]

Published by github-actions[bot] 4 months ago

Patch Changes

  • c925c6e: Correctly read signUpUrl from an environment variable in the server and pass it to the client.
astro-with-clerk-auth - [email protected]

Published by github-actions[bot] 4 months ago

Minor Changes

  • cc3081e: Use conditional imports in order to avoid leaking node:async_hooks into the client bundle.
astro-with-clerk-auth - [email protected]

Published by github-actions[bot] 5 months ago

Minor Changes

  • 4deb5f6: Support runtime env variables for Cloudflare workers.
astro-with-clerk-auth - [email protected]

Published by github-actions[bot] 5 months ago

Patch Changes

  • 8c6537f: Revert: Use vite's virtual modules in order to avoid leaking node:async_hooks into a browser module.
astro-with-clerk-auth - [email protected]

Published by github-actions[bot] 5 months ago

Patch Changes

  • 6a58eea: Use vite's virtual modules in order to avoid leaking node:async_hooks into a browser module.
    Fixes a known issue:
    [plugin:vite:resolve] Module "async_hooks" has been externalized for browser compatibility, imported by "...".
    
astro-with-clerk-auth - [email protected]

Published by github-actions[bot] 5 months ago

Patch Changes

  • 1b270da: Revert:
    • Avoid using virtual module when injecting a script
    • Experiment with virtual modules
astro-with-clerk-auth - [email protected]

Published by github-actions[bot] 5 months ago

Patch Changes

  • 2048a82: Avoid using virtual module when injecting a script
astro-with-clerk-auth - [email protected]

Published by github-actions[bot] 5 months ago

Patch Changes

  • cc48696: Experiment with virtual modules
astro-with-clerk-auth - [email protected]

Published by github-actions[bot] 5 months ago

Patch Changes

  • d87c55a: Revert the usage of virtual modules as it was breaking the applications in development
astro-with-clerk-auth - [email protected]

Published by github-actions[bot] 5 months ago

Patch Changes

  • 9fef697: Bug fix: Use unique names for the plugins inside the integration
astro-with-clerk-auth - [email protected]

Published by github-actions[bot] 5 months ago

Patch Changes

  • 7604ec4: Add signOut and getToken to useAuth
astro-with-clerk-auth - [email protected]

Published by github-actions[bot] 6 months ago

Minor Changes

  • de9c9ce: Use vite's virtual modules in order to avoid leaking node:async_hooks into a browser module.
    Fixes a known issue:
    [plugin:vite:resolve] Module "async_hooks" has been externalized for browser compatibility, imported by "...".
    
astro-with-clerk-auth - [email protected]

Published by github-actions[bot] 6 months ago

Minor Changes

  • 4494f79: Update to use Clerk Core 2 stable packages
astro-with-clerk-auth - [email protected]

Published by github-actions[bot] 6 months ago

Minor Changes

  • 0995ae4: Introduce fixes that would allow the package to be used from an astro application deployed in Cloudflare Pages.
    • Mark 'node:async_hooks' as external
    • When enqueueing in a readable stream, always encode text to Uint8 array
astro-with-clerk-auth - [email protected]

Published by github-actions[bot] 6 months ago

Patch Changes

  • 7b3cc4f: Bug fix: Hide error about invalid clerkJSVariant when it is correct.
astro-with-clerk-auth - [email protected]

Published by github-actions[bot] 6 months ago

Patch Changes

  • ba2d35b: Bug fix: build fails when the integration was called with no arguments.