Download the PHP package internacionalweb/cognito-token-verifier without Composer
On this page you can find all versions of the php package internacionalweb/cognito-token-verifier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download internacionalweb/cognito-token-verifier
More information about internacionalweb/cognito-token-verifier
Files in internacionalweb/cognito-token-verifier
Package cognito-token-verifier
Short Description 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.
License GPL-3.0-or-later
Homepage https://github.com/Barymont/cognito-token-verifier
Informations about the package cognito-token-verifier
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
-
Install the library in your project using composer
- Configure your project to use the library, check the Usage examples section for more information.
Usage examples:
- PHP Native (No frameworks)
- Symfony Custom Authenticator
Contributors:
|
Adrián Martín |
Jhonatan Matías |