id
cookie.
Client applications get the best performance by using the id
cookie (or JWT Authorization header) instead of using Basic authentication for every query request. Verifying a JWT is fast and safe to cache. Hashing a password is CPU intensive and slow. (Fusion uses bcrypt.)
All Fusion services require requests to include a JWT to identify the caller.