pythonforfacebook / djangobook

10 stars 4 forks source link

Support authorisation #2

Open aidanlister opened 13 years ago

aidanlister commented 13 years ago

We need to provide an authentication backend so that users logging in via facebook, or the normal auth backend, can be treated identically.

We need to come up with a strategy for the following scenarios: a) User registers / logs in with facebook. Their authenticate() session should be no longer than their graph access token. b) Must support de-authorise callback c) User has registered already and wants to associate their facebook account.

aidanlister commented 13 years ago

I've pushed some rudimentary code to handle this, but we need to have a realtime discussion about how we're going to handle this elegantly.

jgorset commented 13 years ago

Yes. How about we open a #pythonforfacebook channel on an IRC server?

aidanlister commented 13 years ago

irc.freenode.net #pythonforfacebook :)