localStackJwtSecret top-level constant

  1. @visibleForTesting
String const localStackJwtSecret

Secret the local stack signs and verifies HS256 tokens with.

Implementation

@visibleForTesting
const localStackJwtSecret =
    'super-secret-jwt-token-with-at-least-32-characters-long';