Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / target / google.py @ ed1999ad

History | View | Annotate | Download (7.8 kB)

# Date Author Comment
5550bcfb 12/27/2012 03:04 pm Kostas Papadimitriou

Initial use django-tables2

improves table view development by spliting table data access and presentation
onto separate layers.

dd5f8f4d 12/21/2012 03:37 pm Kostas Papadimitriou

Various auth providers fixes/improvements

- Handle invalid login after auth method add request
- Fix auth method add for unauthenticated users
- Third party auth providers helper methods in astakos.im.target module
- Provider login url template tag that handles code,key,next url params

d72f07dc 12/20/2012 12:24 pm Kostas Papadimitriou

Show message after login with third party provider

c49263c5 12/18/2012 01:01 pm Kostas Papadimitriou

Auth providers fixes

handle is_available_for_{create, add}

9f12cd1c 12/17/2012 05:18 pm Kostas Papadimitriou

Handle invalid google auth response

e339bd10 12/17/2012 02:08 pm Kostas Papadimitriou

Force login when adding third party auth providers

use proper oauth parameters to force user to login and confirm his third
party account every time he adds a new login method

74796dd8 12/17/2012 01:33 pm Kostas Papadimitriou

Google and LinkedIn oauth support