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

Sync attributes #19

Closed zeroiszero closed 5 years ago

zeroiszero commented 5 years ago

is there any option to allow sync attributes from aws cognito response ? or handling the user access based on the groups in cognito...

something like this: https://github.com/Adldap2/Adldap2-Laravel/blob/master/docs/auth.md#syncing-attributes

ArranJacques commented 5 years ago

At this point no there is not. The package purely focuses on authenticating users. Any syncing of attributes or additional permission checks will need to be done manually.

This is something that I'm thinking of adding though in the future as I think it could be useful.