thunderbug1 / LibreChatAzureDeployment

A Terraform setup to deploy LibreChat to Azure and setup all the necessary services.
MIT License
31 stars 24 forks source link

Add JWT refresh secret configuration #8

Closed derbuihan closed 9 months ago

derbuihan commented 9 months ago

This PR introduces the addition of the JWT_REFRESH_SECRET. This update is necessary due to the recent changes in our environment configuration which now require JWT_REFRESH_SECRET to be set.

This change was prompted by the breaking changes introduced in version 0.5.9 as detailed in the following documentation.

thunderbug1 commented 9 months ago

thanks for the PR