LibreChat/api/server
Danny Avila 33f087d38f
feat: Refresh Token for improved Session Security (#927)
* feat(api): refresh token logic

* feat(client): refresh token logic

* feat(data-provider): refresh token logic

* fix: SSE uses esm

* chore: add default refresh token expiry to AuthService, add message about env var not set when generating a token

* chore: update scripts to more compatible bun methods, ran bun install again

* chore: update env.example and playwright workflow with JWT_REFRESH_SECRET

* chore: update breaking changes docs

* chore: add timeout to url visit

* chore: add default SESSION_EXPIRY in generateToken logic, add act script for testing github actions

* fix(e2e): refresh automatically in development environment to pass e2e tests
2023-09-11 13:10:46 -04:00
..
controllers feat: Refresh Token for improved Session Security (#927) 2023-09-11 13:10:46 -04:00
middleware feat: bun support 🥟 (#907) 2023-09-10 16:04:08 -04:00
routes feat: Refresh Token for improved Session Security (#927) 2023-09-11 13:10:46 -04:00
services feat: Refresh Token for improved Session Security (#927) 2023-09-11 13:10:46 -04:00
utils refactor(plugins): Improve OpenAPI handling, Show Multiple Plugins, & Other Improvements (#845) 2023-08-28 12:03:08 -04:00
index.js feat: bun support 🥟 (#907) 2023-09-10 16:04:08 -04:00
socialLogins.js Fix Meilisearch error and refactor of the server index.js (#832) 2023-08-24 15:59:11 -04:00