HS384 is a JWT signing algorithm in the HMAC family. See its key type, hash and whether this tool can verify it below.
The HMAC family (HS256/384/512) signs and verifies with a single shared secret (symmetric). Both issuer and verifier must know the same secret, and it is widely used inside a single service.