PearDesign / ImpaktWebsite

Repository for the Impakt Website and API
2 stars 0 forks source link

Add login functionality with social authentication #9

Open RobertTownley opened 6 years ago

RobertTownley commented 6 years ago

Create login/logout views that make use of the Django Social authentication library to allow users and site administrators to log in via Google and Facebook (more to come later) as well as via standard username/password forms.

Coordinate with @michaeldharrington about getting the required secret key credentials and authorizations required to make the app work. Ensure social auth works from the impakt.app domain as well as from localhost Store newly created key credentials within your local config file and pass them off to Robert for addition onto production.

Create basic templates for this view that contain standard display buttons for both playforms. No further styling work is required.

Estimated Time: 1 hour