manchenkoff / nuxt-auth-sanctum

Nuxt module for Laravel Sanctum authentication
https://manchenkoff.gitbook.io/nuxt-auth-sanctum/
MIT License
116 stars 16 forks source link

fix: experimental support for cloudflare workers #110

Closed manchenkoff closed 1 week ago

manchenkoff commented 1 week ago

Is your PR related to a specific issue/feature? Please describe and mention issues.

Following up on #6, in this PR we introduce experimental support for Cloudflare workers that do not support fetch interface due to missing credentials field.

Additional context

Related issue - https://github.com/cloudflare/workers-sdk/issues/2514

Checklist: