Leaderboard-Pro
Leaderboard-Pro copied to clipboard
Added google authentication
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 📸
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
#108
- https://drive.google.com/file/d/1wbPO_-Wj0sHxuLcJ3wQMm0QvPMWquh7-/view?usp=drive_link
- video link of complete feature working.
https://drive.google.com/drive/u/3/my-drive
Its not working , maybe its private?
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: @.***>
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: @.***>
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