Skip to content

Commit 7af1244

Browse files
authored
release: 0.6.0-rc.1 (#557)
1 parent 87e448a commit 7af1244

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/content/v0.6/3.application-side/2.session-access-and-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ clearToken()
236236
::
237237

238238
::alert{type="warning"}
239-
(Only local provider) Note that you will have to manually call `getSession` from `useAuth` composable in order to refresh the new user state when using `setToken`, `clearToken` or manually updating `rawToken.value`:
239+
Local provider: Note that you will have to manually call `getSession` from `useAuth` composable in order to refresh the new user state when using `setToken`, `clearToken` or manually updating `rawToken.value`:
240+
::
240241

241242
```ts
242243
const { getSession } = useAuth()
@@ -245,4 +246,3 @@ const { setToken } = useAuthState()
245246
setToken('...')
246247
await getSession()
247248
```
248-
::

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sidebase/nuxt-auth",
3-
"version": "0.6.0-rc.0",
3+
"version": "0.6.0-rc.1",
44
"license": "MIT",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)