From d0ae604eda6d2dfea80db59ba09e1cc300340e71 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 28 Mar 2025 16:19:25 -0400 Subject: [PATCH] collab: Switch to new encryption format for access tokens (#27691) This PR switches collab over to start minting access tokens using the new OAEP-based encryption format. This is a follow-up to #15058 where we added support for this new encryption format. Clients that are newer than 8 months ago should be able to decrypt the new access tokens. It is only clients older than 8 months ago that will no longer be supported. Release Notes: - N/A --- crates/collab/src/auth.rs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/crates/collab/src/auth.rs b/crates/collab/src/auth.rs index b5cf278f70..0c50564769 100644 --- a/crates/collab/src/auth.rs +++ b/crates/collab/src/auth.rs @@ -156,13 +156,7 @@ pub fn encrypt_access_token(access_token: &str, public_key: String) -> Result