-
Notifications
You must be signed in to change notification settings - Fork 110
Description
Hey there,
we're looking for Authentication of Users via AWS Cognito and JWT.
The current implemenation of the JWT Authenticator supports passing algorithm and secretKey arguments.
However AWS Cognito is making use of multiple secret keys and therefore resolution needs some additional steps upfront:
There is a sample implementation for laravel described on Medium
https://medium.com/@tsubasakondo_36683/verifying-cognito-jwt-with-laravel-d600096a2394
Would this be in the plugins scope to have a cognito authenticator implemented or does anyone know of a plugin that is doing this or should we implement a custom authenticator class for this use case?
This is an outdated plugin I found
https://github.com/awallef/cakephp-cognito-auth
Thanks a lot!