-
-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS Cognito integration #1246
Comments
@Forfend would that be just an auto configured Cognition client or something more? With user management what implementation do you have in mind? |
@maciejwalkowiak I'm thinking about implementing registration, login, logout, reset password operations + Cognito client autoconfiguration. I expect this is enough to start with. What do you think about this idea? |
It sounds good on paper but I'm not sure if it's possible to provide generic enough apis for that? Maybe you can draft a quick PR with a subset of features? Then we can decide if it's worth adding to the Spring Cloud AWS or perhaps it should function as a separate project. |
Sure, I'll do a small PoC and provide a PR in the next few days |
I will be happy to have this in my project 👍 |
…er CognitoTemplate with tests. Support logout functionality
Type: Feature
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
I use AWS Cognito a lot for my project. I also use
spring-cloud-aws
, so I think it'd be great to have Spring AWS integration with the AWS Cognito user pool.Basic features I'd like to see:
Additional context
I can work on it
The text was updated successfully, but these errors were encountered: