Skip to content

Internacionalweb/cognito-token-verifier

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 internacionalweb/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

About

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.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages