jdr/jws-ecdsa 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

jdr/jws-ecdsa

最新稳定版本:0.4.1

Composer 安装命令:

composer require jdr/jws-ecdsa

包简介

ECDSA signers for lcobucci/jwt

README 文档

README

Latest Version on Packagist Software License Build Status Total Downloads

ECDSA signers for lcobucci/jwt.

This library was created in order to support mdanter/ecc 0.4.x in combination with lcobucci/jwt 3.x and will be deprecated once lcobucci/jwt itself offers support for this version of the mdanter/ecc library.

Instalation

Require the library with composer:

composer require jdr/jws-ecdsa

Usage

The signers supplied by this library are drop in replacements for the ones supplied by lcobucci/jwt.

use Lcobucci\JWT\Builder;
use Lcobucci\JWT\Signer\Key;
use JDR\JWS\ECDSA\ES256;

$signer = new ES256();

$privateKey = new Key('file://...');

$token = (new Builder())
    ->setIssuedAt(time())
    ->setExpiration(time() + 3600)
    // ... Set additional claims
    ->sign($signer, $privateKey)
    ->getToken();

$publicKey = new Key('file://...');

$token->verify($signer, $publicKey);

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 3.39k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 2
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-08-18

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固