LibreChat/api
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
..
app feat(Message): add and handle isEdited property when edited/continued as this can include user input 2023-09-07 07:18:35 -04:00
lib Fix Meilisearch error and refactor of the server index.js (#832) 2023-08-24 15:59:11 -04:00
models feat: Refresh Token for improved Session Security (#927) 2023-09-11 13:10:46 -04:00
server feat: Refresh Token for improved Session Security (#927) 2023-09-11 13:10:46 -04:00
strategies feat: bun support 🥟 (#907) 2023-09-10 16:04:08 -04:00
test refactor: Client Classes & Azure OpenAI as a separate Endpoint (#532) 2023-07-03 16:51:12 -04:00
utils feat(GPT/Anthropic): Continue Regenerating & Generation Buttons (#808) 2023-08-17 12:50:05 -04:00
jest.config.js ci(backend-review.yml): add linter step to the backend review workflow (#625) 2023-07-14 09:36:49 -04:00
package.json feat: bun support 🥟 (#907) 2023-09-10 16:04:08 -04:00