MM-64522: Use PBKDF2 as the new key derivation for remote cluster invitation (#33493)

https://mattermost.atlassian.net/browse/MM-64522

```release-note
NONE
```
This commit is contained in:
Agniva De Sarker
2025-07-21 19:08:31 +05:30
committed by GitHub
parent 14c67d4a60
commit bc859d7fb0
4 changed files with 79 additions and 9 deletions
@@ -80,7 +80,7 @@ func makeConfirmFrame(rc *model.RemoteCluster, siteURL string) (*model.RemoteClu
SiteURL: siteURL,
Token: rc.Token,
RefreshedToken: rc.RemoteToken,
Version: 2,
Version: 3,
}
confirmRaw, err := json.Marshal(confirm)
if err != nil {