Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: becem-gharbi/nuxt-directus
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.11
Choose a base ref
...
head repository: becem-gharbi/nuxt-directus
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref

Commits on Feb 5, 2024

  1. Copy the full SHA
    b02b51a View commit details
  2. Copy the full SHA
    613f831 View commit details
  3. chore(release): v2.1.11

    becem-gharbi committed Feb 5, 2024
    Copy the full SHA
    5ef2feb View commit details

Commits on Feb 13, 2024

  1. Copy the full SHA
    05fef5f View commit details
  2. Copy the full SHA
    cacd5ff View commit details
  3. Copy the full SHA
    91d0e9e View commit details
  4. Copy the full SHA
    416b483 View commit details
  5. Copy the full SHA
    b413f15 View commit details
  6. chore(release): v2.2.0

    becem-gharbi committed Feb 13, 2024
    Copy the full SHA
    d0953a6 View commit details

Commits on Feb 20, 2024

  1. Copy the full SHA
    93dcc98 View commit details
  2. Copy the full SHA
    79b200d View commit details
  3. Copy the full SHA
    196e940 View commit details
  4. Copy the full SHA
    e0bccfd View commit details
  5. chore(release): v2.2.1

    becem-gharbi committed Feb 20, 2024
    Copy the full SHA
    185e0ac View commit details
  6. chore(deps-dev): bump undici from 5.28.2 to 5.28.3 in /playground

    Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.28.3.
    - [Release notes](https://github.com/nodejs/undici/releases)
    - [Commits](nodejs/undici@v5.28.2...v5.28.3)
    
    ---
    updated-dependencies:
    - dependency-name: undici
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 20, 2024
    Copy the full SHA
    37d6034 View commit details
  7. Merge pull request #73 from becem-gharbi/dependabot/npm_and_yarn/play…

    …ground/undici-5.28.3
    
    chore(deps-dev): bump undici from 5.28.2 to 5.28.3 in /playground
    becem-gharbi authored Feb 20, 2024
    Copy the full SHA
    9be40c4 View commit details
  8. chore(deps-dev): bump ip from 2.0.0 to 2.0.1 in /playground

    Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1.
    - [Commits](indutny/node-ip@v2.0.0...v2.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: ip
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Feb 20, 2024
    Copy the full SHA
    881387a View commit details
  9. Merge pull request #74 from becem-gharbi/dependabot/npm_and_yarn/play…

    …ground/ip-2.0.1
    
    chore(deps-dev): bump ip from 2.0.0 to 2.0.1 in /playground
    becem-gharbi authored Feb 20, 2024
    Copy the full SHA
    0a5230a View commit details

Commits on Feb 22, 2024

  1. chore: refresh lockfile

    becem-gharbi committed Feb 22, 2024
    Copy the full SHA
    663f891 View commit details

Commits on Mar 1, 2024

  1. Copy the full SHA
    1886a81 View commit details

Commits on Mar 4, 2024

  1. Copy the full SHA
    ac66b0e View commit details

Commits on Mar 8, 2024

  1. Copy the full SHA
    bb3750a View commit details

Commits on Mar 9, 2024

  1. Copy the full SHA
    b84a9f9 View commit details
  2. Copy the full SHA
    d7a1024 View commit details
  3. Copy the full SHA
    41fbc4c View commit details
  4. refactor(auth): remove extra token check

    If `firstTime` is "true" then the token cannot defined.
    becem-gharbi committed Mar 9, 2024
    Copy the full SHA
    c9fa3c7 View commit details

Commits on Mar 11, 2024

  1. fix(auth): avoid auto-logout when page not found (#79)

    * skip refresh logic if page not found
    
    * avoid infinite redirection loop when page not found
    becem-gharbi authored Mar 11, 2024
    Copy the full SHA
    d8e03bb View commit details
  2. Copy the full SHA
    d4fb37e View commit details
  3. Copy the full SHA
    cd93cd9 View commit details
  4. Copy the full SHA
    dc0e172 View commit details
  5. chore(release): v2.2.2

    becem-gharbi committed Mar 11, 2024
    Copy the full SHA
    d5e2619 View commit details
  6. Copy the full SHA
    be260b3 View commit details
  7. chore(release): v2.2.3

    becem-gharbi committed Mar 11, 2024
    Copy the full SHA
    b4a8192 View commit details

Commits on Mar 18, 2024

  1. feat(auth): support session mode (#81)

    * chore(deps): upgrade to latest
    
    * SPA only with cookie mode
    
    * SPA only with cookie mode (extra refresh)
    
    * SPA only with custom storage
    
    * Implement custom auto refresh handler
    
    * store all data in memory on cookie mode
    
    * SPA only with session mode always refresh on page load
    
    * Increase default msRefreshBeforeExpires to 10 sec
    
    * SSR implementation session and cookie mode
    
    * chore(deps): upgrade nuxt to v3.11
    
    * GraphQL auth with cookie & session mode
    
    * No significant change
    
    * Only include cookies when auth mode is session
    
    * Better auto refresh timing
    
    * SPA only avoid extra refresh call
    
    * Refactor auth plugin
    
    * SSR avoid extra refresh call
    
    * Change default auth mode to session
    
    * Update package.json
    
    * Update README
    
    * Replace loggedInFlag type from boolean to number
    
    * Avoid extra refresh on multiple tabs with session mode
    becem-gharbi authored Mar 18, 2024
    Copy the full SHA
    a143650 View commit details
  2. types: fix issues

    becem-gharbi committed Mar 18, 2024
    Copy the full SHA
    8d38b7a View commit details
  3. chore(release): v2.3.0

    becem-gharbi committed Mar 18, 2024
    Copy the full SHA
    be94ddf View commit details
  4. Copy the full SHA
    9598eed View commit details
  5. chore(release): v2.3.1

    becem-gharbi committed Mar 18, 2024
    Copy the full SHA
    73d1fe4 View commit details

Commits on May 8, 2024

  1. Copy the full SHA
    2f1a01d View commit details
  2. chore(release): v2.4.0

    becem-gharbi committed May 8, 2024
    Copy the full SHA
    6898877 View commit details

Commits on May 9, 2024

  1. Copy the full SHA
    4635cda View commit details
  2. Copy the full SHA
    431d189 View commit details
  3. chore(release): v2.4.1

    becem-gharbi committed May 9, 2024
    Copy the full SHA
    7806ec5 View commit details

Commits on May 10, 2024

  1. docs: Update README.md

    becem-gharbi authored May 10, 2024
    Copy the full SHA
    b486f66 View commit details

Commits on May 30, 2024

  1. Copy the full SHA
    9062618 View commit details
  2. test: install playwright

    becem-gharbi committed May 30, 2024
    Copy the full SHA
    40e5138 View commit details
  3. Copy the full SHA
    1237e2d View commit details
  4. Copy the full SHA
    67732e7 View commit details
  5. test: add basic tests

    becem-gharbi committed May 30, 2024
    Copy the full SHA
    0248f73 View commit details
  6. Copy the full SHA
    b997d80 View commit details
Showing with 40,473 additions and 16,036 deletions.
  1. +0 −4 .eslintignore
  2. +0 −3 .eslintrc
  3. +4 −1 .gitignore
  4. +2 −0 .nuxtrc
  5. +301 −0 CHANGELOG.md
  6. +26 −11 README.md
  7. +37 −0 directus/.env
  8. +3 −0 directus/.gitignore
  9. +3 −0 directus/extensions/.registry/94c44799-8153-41e6-84d2-f29de65d7761/LICENSE
  10. +28 −0 directus/extensions/.registry/94c44799-8153-41e6-84d2-f29de65d7761/README.md
  11. +37 −0 directus/extensions/.registry/94c44799-8153-41e6-84d2-f29de65d7761/package.json
  12. +16,766 −0 directus/package-lock.json
  13. +15 −0 directus/package.json
  14. +14 −0 eslint.config.js
  15. +0 −13,399 package-lock.json
  16. +40 −19 package.json
  17. +3 −0 playground/.env
  18. +1 −0 playground/.gitignore
  19. +4 −4 playground/app.vue
  20. +0 −27 playground/codegen.ts
  21. +0 −64 playground/gql/fragment-masking.ts
  22. +0 −42 playground/gql/gql.ts
  23. +0 −1,568 playground/gql/graphql.ts
  24. +0 −2 playground/gql/index.ts
  25. +0 −18 playground/graphql.config.js
  26. +0 −29 playground/index.d.ts
  27. +41 −7 playground/nuxt.config.ts
  28. +1 −1 playground/package.json
  29. +15 −20 playground/pages/auth/login.vue
  30. +12 −1 playground/pages/auth/reset-password.vue
  31. +67 −0 playground/pages/graphql.vue
  32. +8 −38 playground/pages/home.vue
  33. +4 −5 playground/pages/index.vue
  34. +16 −0 playground/pages/rest.vue
  35. +4 −3 playground/plugins/auth.ts
  36. +0 −363 playground/types.ts
  37. +409 −0 playground/types/directus.ts
  38. +34 −0 playground/types/index.d.ts
  39. +2 −0 playground_ionic/.env
  40. +1 −0 playground_ionic/.gitignore
  41. +3 −0 playground_ionic/.npmrc
  42. +6 −0 playground_ionic/app.vue
  43. +5 −0 playground_ionic/ionic.config.json
  44. +48 −0 playground_ionic/nuxt.config.ts
  45. +12,418 −0 playground_ionic/package-lock.json
  46. +10 −0 playground_ionic/package.json
  47. +7 −0 playground_ionic/pages/auth/callback.vue
  48. +44 −0 playground_ionic/pages/auth/login.vue
  49. +26 −0 playground_ionic/pages/auth/reset-password.vue
  50. +67 −0 playground_ionic/pages/graphql.vue
  51. +22 −0 playground_ionic/pages/home.vue
  52. +16 −0 playground_ionic/pages/index.vue
  53. +18 −0 playground_ionic/pages/rest.vue
  54. +7 −0 playground_ionic/plugins/auth.ts
  55. +409 −0 playground_ionic/types/directus.ts
  56. +34 −0 playground_ionic/types/index.d.ts
  57. +60 −0 playwright.config.ts
  58. +8,702 −0 pnpm-lock.yaml
  59. +84 −53 src/module.ts
  60. +52 −64 src/runtime/composables/useDirectusAuth.ts
  61. +5 −6 src/runtime/composables/useDirectusRest.ts
  62. +77 −74 src/runtime/composables/useDirectusSession.ts
  63. +105 −0 src/runtime/composables/useDirectusStorage.ts
  64. +0 −61 src/runtime/composables/useDirectusToken.ts
  65. +18 −11 src/runtime/middleware/auth.ts
  66. +7 −6 src/runtime/middleware/common.ts
  67. +7 −6 src/runtime/middleware/guest.ts
  68. +64 −47 src/runtime/plugins/auth.ts
  69. +12 −8 src/runtime/plugins/graphql.ts
  70. +28 −0 src/runtime/plugins/rest.basic.ts
  71. +47 −33 src/runtime/plugins/rest.ts
  72. +22 −20 src/runtime/types/config.d.ts
  73. +2 −9 src/runtime/types/index.d.ts
  74. +12 −9 src/runtime/types/modules.d.ts
  75. +14 −0 src/runtime/utils/index.ts
  76. +32 −0 tests/auth.spec.ts
  77. +40 −0 tests/graphql.spec.ts
  78. +15 −0 tests/rest.spec.ts
  79. +30 −0 tests/utils/index.ts
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

3 changes: 0 additions & 3 deletions .eslintrc

This file was deleted.

5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -55,4 +55,7 @@ Network Trash Folder
Temporary Items
.apdisk

package
package
test-results/
playwright-report/
directus/data/.db
2 changes: 2 additions & 0 deletions .nuxtrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
imports.autoImport=false
typescript.includeWorkspace=true
301 changes: 301 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,307 @@
# Changelog


## v2.7.0

[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.6.0...v2.7.0)

### 🚀 Enhancements

- **auth:** Support Ionic ([#97](https://github.com/becem-gharbi/nuxt-directus/pull/97))

### ✅ Tests

- **auth:** Remove extra `await` ([c5d6f27](https://github.com/becem-gharbi/nuxt-directus/commit/c5d6f27))

### ❤️ Contributors

- Becem-gharbi <becem.gharbi@live.com>
- Becem <becem.gharbi@live.com>

## v2.6.0

[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.5.0...v2.6.0)

### 🚀 Enhancements

- Upgrade `@directus/sdk` to v19 ([#93](https://github.com/becem-gharbi/nuxt-directus/pull/93))

### 📖 Documentation

- Update auth requirements ([c712067](https://github.com/becem-gharbi/nuxt-directus/commit/c712067))
- Update auth requirements ([398660e](https://github.com/becem-gharbi/nuxt-directus/commit/398660e))

### 🏡 Chore

- Refresh lockfiles ([6617a23](https://github.com/becem-gharbi/nuxt-directus/commit/6617a23))

### ❤️ Contributors

- Becem <becem.gharbi@live.com>
- Becem-gharbi <becem.gharbi@live.com>

## v2.5.0

[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.4.5...v2.5.0)

### 🚀 Enhancements

- Upgrade `@directus/sdk` to v18 ([fd94381](https://github.com/becem-gharbi/nuxt-directus/commit/fd94381))

### 🩹 Fixes

- **auth:** Fix failed token refresh on SSR (Cookie mode) ([b533837](https://github.com/becem-gharbi/nuxt-directus/commit/b533837))

### 🏡 Chore

- **lint:** Fix ([3638f81](https://github.com/becem-gharbi/nuxt-directus/commit/3638f81))

### ❤️ Contributors

- Becem-gharbi <becem.gharbi@live.com>

## v2.4.5

[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.4.4...v2.4.5)

### 🩹 Fixes

- **auth:** Avoid params sanitization on login redirection ([8ec53b0](https://github.com/becem-gharbi/nuxt-directus/commit/8ec53b0))

### 🏡 Chore

- **directus:** Upgrade to latest ([4cfb731](https://github.com/becem-gharbi/nuxt-directus/commit/4cfb731))
- Allow compatibility with `nuxt` v4 ([238bb49](https://github.com/becem-gharbi/nuxt-directus/commit/238bb49))
- **playground:** Run on `nuxt` 4 ([152685c](https://github.com/becem-gharbi/nuxt-directus/commit/152685c))

### ❤️ Contributors

- Becem-gharbi <becem.gharbi@live.com>

## v2.4.4

[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.4.3...v2.4.4)

### 🩹 Fixes

- Remove encoding of `redirect` query param ([b22c44c](https://github.com/becem-gharbi/nuxt-directus/commit/b22c44c))

### 💅 Refactors

- Assing names for built-in plugins ([#86](https://github.com/becem-gharbi/nuxt-directus/pull/86))

### 🏡 Chore

- Add directus `.db` to gitignore ([29a3327](https://github.com/becem-gharbi/nuxt-directus/commit/29a3327))
- **playground:** Fix `import.meta` not allowed ([a56dd56](https://github.com/becem-gharbi/nuxt-directus/commit/a56dd56))
- Add directus .db to gitignore ([3ab82f2](https://github.com/becem-gharbi/nuxt-directus/commit/3ab82f2))
- No significant change ([350f9d7](https://github.com/becem-gharbi/nuxt-directus/commit/350f9d7))

### ❤️ Contributors

- Becem <becem.gharbi@live.com>
- Becem-gharbi <becem.gharbi@live.com>

## v2.4.3

[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.4.2...v2.4.3)

### 🩹 Fixes

- Solve potential infinite redirections on Vercel ([c33edf3](https://github.com/becem-gharbi/nuxt-directus/commit/c33edf3))
- Prioritize `guest` middleware over global `auth` middleware` ([dda5b72](https://github.com/becem-gharbi/nuxt-directus/commit/dda5b72))

### 🌊 Types

- Set PageMeta `middleware` type for `auth` and `guest` ([67572b6](https://github.com/becem-gharbi/nuxt-directus/commit/67572b6))

### 🏡 Chore

- Commit directus db ([d653370](https://github.com/becem-gharbi/nuxt-directus/commit/d653370))

### ❤️ Contributors

- Becem-gharbi <becem.gharbi@live.com>

## v2.4.2

[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.4.1...v2.4.2)

### 💅 Refactors

- Change `refreshTimeout` scope ([18132b8](https://github.com/becem-gharbi/nuxt-directus/commit/18132b8))

### 📖 Documentation

- Update README.md ([b486f66](https://github.com/becem-gharbi/nuxt-directus/commit/b486f66))
- Update Rest section ([35c3ab1](https://github.com/becem-gharbi/nuxt-directus/commit/35c3ab1))

### 🏡 Chore

- **lint:** Migrate to `@nuxt/eslint` ([9062618](https://github.com/becem-gharbi/nuxt-directus/commit/9062618))
- Add directus server ([1237e2d](https://github.com/becem-gharbi/nuxt-directus/commit/1237e2d))
- **playground:** Rewrite with multi-pages ([67732e7](https://github.com/becem-gharbi/nuxt-directus/commit/67732e7))
- Split test scripts ([5b068cf](https://github.com/becem-gharbi/nuxt-directus/commit/5b068cf))

### ✅ Tests

- Install playwright ([40e5138](https://github.com/becem-gharbi/nuxt-directus/commit/40e5138))
- Add basic tests ([0248f73](https://github.com/becem-gharbi/nuxt-directus/commit/0248f73))
- Add auth session mode testing ([b997d80](https://github.com/becem-gharbi/nuxt-directus/commit/b997d80))
- Set exact token timeout ([d8c26d7](https://github.com/becem-gharbi/nuxt-directus/commit/d8c26d7))

### ❤️ Contributors

- Becem-gharbi <becem.gharbi@live.com>
- Becem <becem.gharbi@live.com>

## v2.4.1

[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.4.0...v2.4.1)

### 🌊 Types

- **useDirectusRest:** Set unset `DirectusSchema` type to `any` #84 ([#84](https://github.com/becem-gharbi/nuxt-directus/issues/84))

### ❤️ Contributors

- Becem-gharbi <becem.gharbi@live.com>

## v2.4.0

[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.3.1...v2.4.0)

### 🚀 Enhancements

- Upgrade `@directus/sdk` to v16 ([2f1a01d](https://github.com/becem-gharbi/nuxt-directus/commit/2f1a01d))

### ❤️ Contributors

- Becem-gharbi <becem.gharbi@live.com>

## v2.3.1

[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.3.0...v2.3.1)

### 🏡 Chore

- Move nuxt-apollo from dev deps ([9598eed](https://github.com/becem-gharbi/nuxt-directus/commit/9598eed))

### ❤️ Contributors

- Becem-gharbi <becem.gharbi@live.com>

## v2.3.0

[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.2.3...v2.3.0)

### 🚀 Enhancements

- **auth:** Support session mode ([#81](https://github.com/becem-gharbi/nuxt-directus/pull/81))

### 🌊 Types

- Fix issues ([8d38b7a](https://github.com/becem-gharbi/nuxt-directus/commit/8d38b7a))

### ❤️ Contributors

- Becem-gharbi <becem.gharbi@live.com>
- Becem <becem.gharbi@live.com>

## v2.2.3

[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.2.2...v2.2.3)

### 🏡 Chore

- Disable auto import ([be260b3](https://github.com/becem-gharbi/nuxt-directus/commit/be260b3))

### ❤️ Contributors

- Becem-gharbi <becem.gharbi@live.com>

## v2.2.2

[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.2.1...v2.2.2)

### 🩹 Fixes

- **auth:** Avoid auto-logout when page not found ([#79](https://github.com/becem-gharbi/nuxt-directus/pull/79))

### 💅 Refactors

- **auth:** No significant change ([41fbc4c](https://github.com/becem-gharbi/nuxt-directus/commit/41fbc4c))
- **auth:** Remove extra token check ([c9fa3c7](https://github.com/becem-gharbi/nuxt-directus/commit/c9fa3c7))
- No significant change ([d4fb37e](https://github.com/becem-gharbi/nuxt-directus/commit/d4fb37e))

### 📖 Documentation

- Update README.md ([1886a81](https://github.com/becem-gharbi/nuxt-directus/commit/1886a81))
- Mention SSO login setup for directus +v10.10 ([#77](https://github.com/becem-gharbi/nuxt-directus/pull/77))

### 🏡 Chore

- **deps-dev:** Bump undici from 5.28.2 to 5.28.3 in /playground ([37d6034](https://github.com/becem-gharbi/nuxt-directus/commit/37d6034))
- **deps-dev:** Bump ip from 2.0.0 to 2.0.1 in /playground ([881387a](https://github.com/becem-gharbi/nuxt-directus/commit/881387a))
- Refresh lockfile ([663f891](https://github.com/becem-gharbi/nuxt-directus/commit/663f891))
- **playground:** Remove register page link ([b84a9f9](https://github.com/becem-gharbi/nuxt-directus/commit/b84a9f9))
- **playground:** Remove unused deps ([cd93cd9](https://github.com/becem-gharbi/nuxt-directus/commit/cd93cd9))
- **playground:** Add missing config options ([dc0e172](https://github.com/becem-gharbi/nuxt-directus/commit/dc0e172))

### ❤️ Contributors

- Becem-gharbi <becem.gharbi@live.com>
- Becem <becem.gharbi@live.com>

## v2.2.1

[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.2.0...v2.2.1)

### 🩹 Fixes

- Fix failed to find "useDirectusSession" ([93dcc98](https://github.com/becem-gharbi/nuxt-directus/commit/93dcc98))

### 🏡 Chore

- **playground:** Add GrapQL query check ([79b200d](https://github.com/becem-gharbi/nuxt-directus/commit/79b200d))
- **playground:** No significant change ([e0bccfd](https://github.com/becem-gharbi/nuxt-directus/commit/e0bccfd))

### ❤️ Contributors

- Becem-gharbi <becem.gharbi@live.com>

## v2.2.0

[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.1.11...v2.2.0)

### 🚀 Enhancements

- Upgrade `@directus/sdk` to v15 ([05fef5f](https://github.com/becem-gharbi/nuxt-directus/commit/05fef5f))

### 💅 Refactors

- Avoid auto-import of `useDirectusAuth` `useDirectusSession` if `auth` disabled ([416b483](https://github.com/becem-gharbi/nuxt-directus/commit/416b483))

### 🌊 Types

- Solve typecheck issues ([b413f15](https://github.com/becem-gharbi/nuxt-directus/commit/b413f15))

### ❤️ Contributors

- Becem-gharbi <becem.gharbi@live.com>

## v2.1.11

[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.1.10...v2.1.11)

### 🩹 Fixes

- **auth:** Solve failed refresh on Cloudflare workers ([613f831](https://github.com/becem-gharbi/nuxt-directus/commit/613f831))

### ❤️ Contributors

- Becem-gharbi <becem.gharbi@live.com>

## v2.1.10

[compare changes](https://github.com/becem-gharbi/nuxt-directus/compare/v2.1.9...v2.1.10)
Loading