Morphclue / apollusia

Calendar tool for coordinating meetings
http://apollusia.com
MIT License
7 stars 5 forks source link

Implement Google Sign Up/Sign In #191

Closed 007jithinjose closed 1 month ago

007jithinjose commented 1 month ago

This task focuses on integrating Google Sign-In The goal is to allow users to sign up and sign in using their Google accounts, store their data in database, and redirect them to the appropriate pages upon successful authentication. Please assign me this issue and add hacktober fest accepted label. This feature will make logging in easier for users.

Morphclue commented 1 month ago

We are currently using Keycloak as an identity provider, which supports major social login providers like Google, Facebook, etc. Therefore this seems to be a duplicate of #159.

007jithinjose commented 1 month ago

but i cant seem to find the options for social logins anywhere though not in the login or signup? Am i missing it ?

Morphclue commented 1 month ago

They are currently not enabled, because I didn't have time to get into it, but that's the task for #159. The login mask from keycloak will have additional buttons that have social providers. We also have a theme in place, but it's a bit more complicated to bundle it up correctly on the server with our current deployment workflow. Just to give you a preview how it will look like: image

007jithinjose commented 1 month ago

ok is anyone assigned to do it?

Morphclue commented 1 month ago

Closed as duplicate of #159.