Skip to content
Merged
Show file tree
Hide file tree
Changes from 19 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
b663287
updated types to match new refresh / local provider logic
zoey-kaiser Jul 19, 2024
e008da1
removed playground for refresh provider, began updating useAuthState …
zoey-kaiser Jul 19, 2024
2de20fa
finished merging local and refresh providers
zoey-kaiser Jul 19, 2024
88d5817
removed tests for refresh playground
zoey-kaiser Jul 19, 2024
fb68c30
change the tsconfig to inherit the local playground tsconfig
zoey-kaiser Jul 19, 2024
fa42355
fix: types
zoey-kaiser Jul 19, 2024
68d59e4
Merge branch 'main' into 821/feat/unify-local-refresh-providers
zoey-kaiser Jul 23, 2024
1355bf2
Apply suggestions from code review
phoenix-ru Aug 1, 2024
3e1973f
Merge branch 'main' into 821/feat/unify-local-refresh-providers
zoey-kaiser Aug 9, 2024
b15f93d
Merge branch '821/feat/unify-local-refresh-providers' of github.com:s…
zoey-kaiser Aug 9, 2024
76960c3
fix: remove refresh test ci
zoey-kaiser Aug 9, 2024
e7dd81d
fix: improve signOut body composition
zoey-kaiser Aug 9, 2024
ab4435b
added remark about refeshToken being null if refresh.isEnabled is false
zoey-kaiser Aug 9, 2024
6487d1f
Also added jsdoc for internal UseAuthReturn type
zoey-kaiser Aug 9, 2024
4148b17
Added types for refresh cookie httpOnly flag and improved JSDocs for it
zoey-kaiser Aug 9, 2024
6eda26c
updated outdated doc links
zoey-kaiser Aug 9, 2024
e99454a
improve jsdocs on refreshOnlyToken
zoey-kaiser Aug 9, 2024
e113b6f
fix: build
zoey-kaiser Aug 9, 2024
2244ec4
chore: minor adjustments
phoenix-ru Aug 15, 2024
c159f82
Merge branch 'main' into 821/feat/unify-local-refresh-providers
zoey-kaiser Aug 17, 2024
e2d1a12
Merge branch 'main' into 821/feat/unify-local-refresh-providers
zoey-kaiser Aug 19, 2024
37b3427
Merge branch 'main' into 821/feat/unify-local-refresh-providers
zoey-kaiser Aug 20, 2024
cbf97df
removed left over package.json
zoey-kaiser Aug 20, 2024
c34d662
enh: use json pointer for signout request
phoenix-ru Aug 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 0 additions & 31 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,37 +96,6 @@ jobs:
- name: Run Playwright tests using Vitest
run: pnpm test:e2e

test-playground-refresh:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./playground-refresh
steps:
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v4
name: Install pnpm
with:
run_install: false

- name: Use Node.js ${{ env.NODE_VER }}
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VER }}
cache: 'pnpm'

- name: Install deps
run: pnpm i

- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps

# Check building
- run: pnpm build

- name: Run Playwright tests using Vitest
run: pnpm test:e2e

test-playground-authjs:
runs-on: ubuntu-latest
defaults:
Expand Down
5 changes: 0 additions & 5 deletions playground-refresh/.gitignore

This file was deleted.

60 changes: 0 additions & 60 deletions playground-refresh/app.vue

This file was deleted.

17 changes: 0 additions & 17 deletions playground-refresh/config/AuthRefreshHandler.ts

This file was deleted.

43 changes: 0 additions & 43 deletions playground-refresh/nuxt.config.ts

This file was deleted.

29 changes: 0 additions & 29 deletions playground-refresh/package.json

This file was deleted.

10 changes: 0 additions & 10 deletions playground-refresh/pages/always-unprotected.vue

This file was deleted.

15 changes: 0 additions & 15 deletions playground-refresh/pages/guest.vue

This file was deleted.

34 changes: 0 additions & 34 deletions playground-refresh/pages/index.vue

This file was deleted.

6 changes: 0 additions & 6 deletions playground-refresh/pages/protected/globally.vue

This file was deleted.

14 changes: 0 additions & 14 deletions playground-refresh/pages/protected/locally.vue

This file was deleted.

8 changes: 0 additions & 8 deletions playground-refresh/pages/signout.vue

This file was deleted.

16 changes: 0 additions & 16 deletions playground-refresh/pages/with-caching.vue

This file was deleted.

77 changes: 0 additions & 77 deletions playground-refresh/playwright.config.ts

This file was deleted.

Binary file removed playground-refresh/public/favicon.ico
Binary file not shown.
Loading