mirror of
https://github.com/LibreChat-AI/librechat.ai.git
synced 2026-03-27 10:48:32 +07:00
- Introduced a new section on reusing access and refresh tokens from OpenID Connect providers, specifically for Azure Entra ID. - Added detailed configuration steps and environment variables for enabling token reuse. - Created a dedicated page for "Re-use OpenID Tokens for Login Session" with prerequisites and troubleshooting tips. - Updated existing documentation to reference the new token reuse feature.
Author profiles
- Profiles located in
pages\authors- create a mdx file named with your authorid
- look at the other profiles for examples
- Authors Profile pics in:
public\images\people - Supported socials for authors (react-social-icons):
Changelogs/Blog Headers example
⚠️ Title, Screenshot and author is automatically populated in the changelog/blog
---
date: 2024-04-01
title: LibreChat v0.7.0
description: The v0.7.0 release of LibreChat
authorid: danny
ogImage: /images/changelog/2024-04-01-v0.7.0.png
---
import { ChangelogHeader } from "@/components/changelog/ChangelogHeader";
<ChangelogHeader />