full-stack-fastapi-template icon indicating copy to clipboard operation
full-stack-fastapi-template copied to clipboard

Request for Keycloak Integration

Open alexandre-meline opened this issue 1 year ago • 4 comments

Hi,

I hope you are all well. I am a regular user and supporter of your project, and I am immensely impressed with the functionality and capabilities it offers. I have an enhancement suggestion that I would like to put forward for your esteemed consideration.

My experience with your repository could be significantly improved with the integration of Keycloak. Keycloak is an open-source software product that offers identity and access management and could add much value to your project through its many features like Single-Sign-On, Identity Brokering, and Social Login, among others.

Adding Keycloak to the project would simplify the process of securing our applications and services, as well as provide a more streamlined, user-friendly authentication experience for users.

If integrating Keycloak into the current project is feasible, I believe many users, including myself, would benefit from this enhancement.

Please consider this request for the upcoming sprints. I am open to providing any more information or clarification if needed.

Best regards,

Alexandre

alexandre-meline avatar Oct 26 '23 23:10 alexandre-meline

I am also interested in this feature and ready to provide insight and contribute if this gets considered.

arunrony avatar Dec 07 '23 04:12 arunrony

I think this is one very good suggestion

JamesCodeing avatar Dec 18 '23 07:12 JamesCodeing

Are you asking for Keycloak to be added into the environment, docker-compose, etc? Technically if you already have Keycloak somewhere then you’d need to download the public key and pass that into jwt_decode along with supported algorithms.

itamar82 avatar Mar 13 '24 13:03 itamar82