定制 barymont/cognito-token-verifier 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

barymont/cognito-token-verifier

最新稳定版本:v1.0.1

Composer 安装命令:

composer require barymont/cognito-token-verifier

包简介

This library verifies that the signature of the JWT is valid, comes from a desired application, and that the token has not been tampered with or expired.

README 文档

README

PHP AWS


Cognito Token Verifier for PHP

About the Project

Cognito is a service provided by Amazon Web Services (AWS) that allows users to authenticate and access AWS resources through credentials such as ClientID and Secret, or username and password. After a user successfully authenticates, Cognito returns a JSON Web Token (JWT), which contains the main information required to verify that the user has accessed our application.

This library verifies that the signature of the JWT is valid, comes from a desired application, and that the token has not been tampered with or expired.

Getting Started

(Go to top)

Installation

  1. Install the library in your project using composer

      composer require barymont/cognito-token-verifier
    
  2. Configure your project to use the library, check the Usage examples section for more information.

Usage examples:

Contributors:

Adrián
Adrián Martín
Jhonatan
Jhonatan Matías

统计信息

  • 总下载量: 28
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 10
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 10
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-3.0-or-later
  • 更新时间: 2025-07-14