Back to all Bounties
Earn 900 ($9.00)
due 2 years ago
Canceled
Basic Django App with Google OAuth Integration
VuBui7
Details
Applications
3
Discussion
Bounty Description
Problem Description:
A basic Django application with Google OAuth integrated
Google OAuth integration requirements:
- Credentials type should be Web application
- Scopes should include at least
We need a basic Django app set up as the following:
- A log in page with a button that says "Give Access to Google Account" styled in TailwindCSS, doesn't need to be fancy
- Clicking on the button shows log in with Google that lists above scopes
- A redirect page for when log in is done, can be basic as showing the logged in public user info
- Can run python server code with user's credentials like reading new emails and creating draft, just need demo of this is working and basic code for it, no specific requirements here
Preferably allauth library is used.
Acceptance Criteria:
Code that implements above requirements and screen record of demo