Skip to content
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

Open
Forfend opened this issue Sep 30, 2024 · 5 comments
Open

AWS Cognito integration #1246

Forfend opened this issue Sep 30, 2024 · 5 comments

Comments

@Forfend
Copy link
Contributor

Forfend commented Sep 30, 2024

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:

  • Cognito Autoconfiguration
  • User management (create a user, remove a user, log in, log out, etc)

Additional context
I can work on it

@maciejwalkowiak
Copy link
Contributor

maciejwalkowiak commented Sep 30, 2024

@Forfend would that be just an auto configured Cognition client or something more? With user management what implementation do you have in mind?

@Forfend
Copy link
Contributor Author

Forfend commented Sep 30, 2024

@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?

@maciejwalkowiak
Copy link
Contributor

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.

@Forfend
Copy link
Contributor Author

Forfend commented Sep 30, 2024

Sure, I'll do a small PoC and provide a PR in the next few days

Forfend added a commit to Forfend/spring-cloud-aws that referenced this issue Oct 21, 2024
@dbouclier
Copy link

I will be happy to have this in my project 👍
It's missing some features in the PR to fit all my needs (Signout, adminSetUserPassword, changePassword, deleteUser etc...) but it's a good start for me IMHO

Forfend added a commit to Forfend/spring-cloud-aws that referenced this issue Nov 14, 2024
Forfend added a commit to Forfend/spring-cloud-aws that referenced this issue Nov 14, 2024
Forfend added a commit to Forfend/spring-cloud-aws that referenced this issue Nov 22, 2024
…er CognitoTemplate with tests. Support logout functionality
Forfend added a commit to Forfend/spring-cloud-aws that referenced this issue Dec 9, 2024
Forfend added a commit to Forfend/spring-cloud-aws that referenced this issue Dec 9, 2024
Forfend added a commit to Forfend/spring-cloud-aws that referenced this issue Dec 10, 2024
Forfend added a commit to Forfend/spring-cloud-aws that referenced this issue Dec 13, 2024
Forfend added a commit to Forfend/spring-cloud-aws that referenced this issue Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants