mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
parent
1378eb5097
commit
8580f1c3d3
7 changed files with 17 additions and 13 deletions
|
|
@ -4,10 +4,14 @@
|
|||
**If you experience any issues after updating, we recommend clearing your browser cache and cookies.**
|
||||
Certain changes in the updates may impact cookies, leading to unexpected behaviors if not cleared properly.
|
||||
|
||||
## v0.5.8
|
||||
## v0.5.9
|
||||
|
||||
- It's now required to set a JWT_REFRESH_SECRET in your .env file as of [#927](https://github.com/danny-avila/LibreChat/pull/927)
|
||||
- It's also recommended you set REFRESH_TOKEN_EXPIRY or the default value will be used.
|
||||
- It's now required to set a **JWT_REFRESH_SECRET** in your .env file as of [#927](https://github.com/danny-avila/LibreChat/pull/927)
|
||||
- It's also recommended you update your `SESSION_EXPIRY` to a lower value and set `REFRESH_TOKEN_EXPIRY`
|
||||
|
||||
- Default values: session expiry: 15 minutes, refresh token expiry: 7 days
|
||||
|
||||
- *See **[.env.example](https://github.com/danny-avila/LibreChat/blob/1378eb5097b666a4add27923e47be73919957e5b/.env.example#L314)** for exact values in millisecond calculation*
|
||||
|
||||
## v0.5.8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue