mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 12:14:40 +01:00
update readme
This commit is contained in:
@@ -111,7 +111,7 @@ const { data: token } = await useAsyncQuery(['auth.login', { username, password
|
|||||||
headers.value.Authorization = `Bearer ${token}`
|
headers.value.Authorization = `Bearer ${token}`
|
||||||
|
|
||||||
// All client calls will now include the Authorization header.
|
// All client calls will now include the Authorization header.
|
||||||
// For SSR, please follow this until I found a solution https://github.com/trpc/trpc/discussions/1686
|
// For SSR, please follow this link https://github.com/trpc/trpc/discussions/1686
|
||||||
```
|
```
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|||||||
Reference in New Issue
Block a user