ArranJacques / laravel-aws-cognito-auth

An authentication driver for Laravel for authenticating users in AWS Cognito User Pools.
Other
74 stars 26 forks source link

does it work with lumen? #8

Closed henriqueweiand closed 6 years ago

henriqueweiand commented 6 years ago

does it work with lumen?

Dayjo commented 6 years ago

Hi @henriqueweiand,

There's no reason why it shouldn't work with Lumen, but you would likely have to implement it yourself with the auth middleware as it's designed as a plugin for Laravel.

If you manage to get it working it'd be great to hear about how you did it so we could update the docs!