Skip to content

Commit

Permalink
release: 0.6.0-rc.1 (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoey-kaiser authored Oct 23, 2023
1 parent 87e448a commit 7af1244
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,8 @@ clearToken()
::

::alert{type="warning"}
(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`:
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`:
::

```ts
const { getSession } = useAuth()
Expand All @@ -245,4 +246,3 @@ const { setToken } = useAuthState()
setToken('...')
await getSession()
```
::
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sidebase/nuxt-auth",
"version": "0.6.0-rc.0",
"version": "0.6.0-rc.1",
"license": "MIT",
"type": "module",
"exports": {
Expand Down

0 comments on commit 7af1244

Please sign in to comment.