Skip to main content

Generated documentation outline

Selected Flytekit guides

The fixed, symbol-backed guide plan used by this isolated hosted publication Flyte canary.

Sign and load URL-safe values

Sign a compact URL-safe value and restore its original data.

  • Document type: how_to
  • Source symbols: url_safe.URLSafeSerializer

Detect tampered signed values

Verify signed bytes and reject a modified signature.

  • Document type: guide
  • Source symbols: signer.Signer.sign, signer.Signer.unsign, exc.BadSignature