Commit 812fced
chore: refactor useAuth composables to encapsulate context (#1024)
* chore: refactor useAuth composables to encapsulate context * chore: increase signup test timeout * fix: fix playground `signUp` usage * fix: middleware name in playground * enh: always return objects from `authjs` signIn --------- Co-authored-by: Zoey Kaiser <zoeykaiser8@gmail.com>1 parent 4b3a590 commit 812fced
File tree
6 files changed
+504
-439
lines changed- playground-authjs/pages
- playground-local/pages
- protected
- src/runtime
- composables
- authjs
- local
6 files changed
+504
-439
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments