-
Notifications
You must be signed in to change notification settings - Fork 40
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
[MISC] Explore the possibility of migrating the Google Based RC Auth #51
Comments
@Dnouv Can you specify in the code, where are we doing Google auth? |
@Shivam164, you can explore the project directory; it is well organized to locate many different components quickly. Here is the component file (https://github.com/RocketChat/RC4Conferences/tree/main/app/components/auth/goauth) The directory can be read as follows:
Thank you! |
Hey, @Dnouv I got your point about this issue currently we are using Gapi-cjs in this file using the google auth and getting the access_token, and id_token we want to change that and use something which is provided by NextAuth like this correct me if I am wrong |
Currently, the Rocket Chat authentication is based on Google OAuth, and the component which handles the authentication does it using API calls inside the custom function files. To make it more compatible with the NextJS, explore the possibility of migrating the Authentication handling with the NextAuth.
Thank you!
The text was updated successfully, but these errors were encountered: