DrkSephy / django-hackathon-starter

A boilerplate for Django web applications
1.61k stars 298 forks source link

Implement Google+ login and authentication #1

Closed DrkSephy closed 9 years ago

DrkSephy commented 9 years ago

To make use of Google's numerous APIs, Google+ authentication is needed. More information on this can be found here.

micah-weitzman commented 9 years ago

I'm on it

micah-weitzman commented 9 years ago

which way do you want it done? Pure server side?

DrkSephy commented 9 years ago

Pure server side. For reference, take a look at this example for Instagram within scripts/instagram.py: example.

lsxliron commented 9 years ago

Done