Leaderboard-Pro icon indicating copy to clipboard operation
Leaderboard-Pro copied to clipboard

Added google authentication

Open Rounak2001 opened this issue 1 year ago • 5 comments

Purpose ✨

  • Introduce Google authentication for a smoother user experience.

Details 📝

  • Implemented Google authentication for user sign-in

  • Implementation using Django allauth

  • Retrival of User information from google is remaining

Dependencies 🔗

  • django-allauth==0.60.1

Future Improvements 🔭

  • Add Other social authentication and making it more secure

Mentions 👀

  • @Harshith-19 @DevilsAutumn @krishnan05

Screenshots of relevant screens 📸

Google auth

image

Developer's checklist 📃

  • [ *] Followed the coding guidelines.
  • [ *] Properly commented the code.
  • [ *] No print statements in the code.
  • [* ] All the functionalities are working properly.
  • [* ] Changes made are not breaking any other part of the project.
  • [ *] No UI/UX issues are present.
  • [* ] Relevant screenshots are added in the PR.
  • [* ] Followed the PR guidelines

Rounak2001 avatar Jan 22 '24 15:01 Rounak2001

#108

  • https://drive.google.com/file/d/1wbPO_-Wj0sHxuLcJ3wQMm0QvPMWquh7-/view?usp=drive_link
  • video link of complete feature working.

Rounak2001 avatar Jan 24 '24 09:01 Rounak2001

https://drive.google.com/drive/u/3/my-drive

Its not working , maybe its private?

DevilsAutumn avatar Jan 24 '24 10:01 DevilsAutumn

Yes , I updated it.

On Wed, Jan 24, 2024, 15:33 Bhuvnesh @.***> wrote:

https://drive.google.com/drive/u/3/my-drive

Its not working , maybe its private?

— Reply to this email directly, view it on GitHub https://github.com/OpenLake/Leaderboard-Pro/pull/108#issuecomment-1907801560, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZCGF7EME5VCB2RLSAHBQSLYQDMAVAVCNFSM6AAAAABCFMTQ4SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBXHAYDCNJWGA . You are receiving this because you authored the thread.Message ID: @.***>

Rounak2001 avatar Jan 24 '24 10:01 Rounak2001

After moving to .env file do I need to upload .env file also?

On Wed, Jan 24, 2024, 15:53 Rounak Patel @.***> wrote:

Yes , I updated it.

On Wed, Jan 24, 2024, 15:33 Bhuvnesh @.***> wrote:

https://drive.google.com/drive/u/3/my-drive

Its not working , maybe its private?

— Reply to this email directly, view it on GitHub https://github.com/OpenLake/Leaderboard-Pro/pull/108#issuecomment-1907801560, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZCGF7EME5VCB2RLSAHBQSLYQDMAVAVCNFSM6AAAAABCFMTQ4SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMBXHAYDCNJWGA . You are receiving this because you authored the thread.Message ID: @.***>

Rounak2001 avatar Jan 24 '24 10:01 Rounak2001

After moving to .env file do I need to upload .env file also?

No, thats a secret file, instead create a new .env.example and add the variable names in that without their actual values. Then you can push .env.example but not .env

DevilsAutumn avatar Jan 24 '24 10:01 DevilsAutumn