Decrease JWT Refresh/Auth token #1316

Closed
opened 2026-04-06 01:44:34 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @BlackDex on 12/13/2023

Large JWT's could cause issue because of header or body sizes of the HTTP request could get too large when you are a member of a lot of organizations.

This PR removes these specific keys since they are not used either client side or server side.

Because Bitwarden does add these in there JWT's i would suggest to keep the code we had but then commented out as a reference.

Removing it and searching for this when needed would be a waist of time.

Fixes #4156

*Originally created by @BlackDex on 12/13/2023* Large JWT's could cause issue because of header or body sizes of the HTTP request could get too large when you are a member of a lot of organizations. This PR removes these specific keys since they are not used either client side or server side. Because Bitwarden does add these in there JWT's i would suggest to keep the code we had but then commented out as a reference. Removing it and searching for this when needed would be a waist of time. Fixes #4156
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1316