simple-jwt icon indicating copy to clipboard operation
simple-jwt copied to clipboard

超简单的 jwt 实现

Results 1 simple-jwt issues
Sort by recently updated
recently updated
newest added

145-156行 public function initPayload(): array { $timestamp = time(); return [ 'sub' => '1', 'iss' => 'http://' . ($_SERVER['SERVER_NAME'] ?? '') . ':' . ($_SERVER['SERVER_PORT'] ?? '') . ($_SERVER['REQUEST_URI'] ??...