Skip to content

Instantly share code, notes, and snippets.

@catwhocode
Created June 15, 2023 06:56
Show Gist options
  • Save catwhocode/0d3c53bdefaad16f3ae2498086b04d60 to your computer and use it in GitHub Desktop.
Save catwhocode/0d3c53bdefaad16f3ae2498086b04d60 to your computer and use it in GitHub Desktop.
<?php
$header = [
'typ' => 'JWT',
'alg' => 'HS256'
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment