Skip to content

Commit 36ae50b

Browse files
authored
release: 0.6.3-alpha.1 (#589)
1 parent 81627c4 commit 36ae50b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/content/1.getting-started/3.quick-start.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ and return a token that can be used to authenticate future requests in the respo
9191
}
9292
```
9393

94+
::alert{type="info"}
95+
The refresh provider is only available in version `0.6.3-alpha.1` and later
96+
::
97+
9498
### Provider: `refresh`
9599

96100
The refresh provider does not require any additional steps, as it relies on an already existing backend. By default, the `refresh` provider will try to reach this backend using the following default-configuration:

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.2",
3+
"version": "0.6.3-alpha.1",
44
"license": "MIT",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)