2017 © Pedro Peláez
 

library incognito

A suite of tools for working with AWS Cognito

image

timrourke/incognito

A suite of tools for working with AWS Cognito

  • Sunday, March 25, 2018
  • by timrourke
  • Repository
  • 1 Watchers
  • 2 Stars
  • 19 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 6 % Grown

The README.md

Incognito

A suite of tools for working with AWS Cognito, (*1)

CircleCI Maintainability Test Coverage Dependabot Status, (*2)

In alpha

Development of this library is still in progress. Contributions are welcome and encouraged., (*3)

Goals

AWS Cognito is a very robust (and complicated) product that provides a user identity and authentication framework. However, its documentation is a little challenging to digest, and there aren't a ton of great examples in the wild for how to integrate this service into a PHP application. The goal of this project is to provide a few framework-agnostic tools to make it a little easier to work with AWS Cognito, and the JSON Web Tokens (JWTs) it issues., (*4)

This library seeks to provide:, (*5)

  • [ ] A PSR-15 middleware for authenticating HTTP requests bearing a JWT issued by AWS Cognito
  • [ ] A factory to build a PSR-7 response in the event of an unauthenticated request
  • [ ] A keychain service for fetching and caching the public RSA keyset for your AWS Cognito User Pool
  • [ ] Several HTTP services useful for initiating authentication and user management flows in an AWS Cognito User Pool

The Versions

25/03 2018

dev-master

9999999-dev

A suite of tools for working with AWS Cognito

  Sources   Download

MIT

The Requires

 

The Development Requires

by Tim Rourke

authentication jwt aws token cognito