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
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
Installation
-
Install the library in your project using composer
composer require barymont/cognito-token-verifier -
Configure your project to use the library, check the Usage examples section for more information.
Usage examples:
Contributors:
|
Adrián Martín |
Jhonatan Matías |
统计信息
- 总下载量: 28
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 10
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2025-07-14