Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / target / linkedin.py @ 7deaaa5f

History | View | Annotate | Download (8.2 kB)

# Date Author Comment
64492c49 01/16/2013 03:33 pm Kostas Papadimitriou

Proper next parameter handling in third party logins

Excluding shibboleth all auth modules require two additional redirects
causing `next` parameter to be absent on the final url.

564a2292 01/11/2013 12:52 pm Kostas Papadimitriou

Auth providers improvements

- Enrich login/logout messages.
- Clear unverified accounts when user adds the same third party account
to an existing account.
- Other minor improvements.

91bbc1a4 01/03/2013 06:29 pm Kostas Papadimitriou

Configurable login method one per user limit

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}

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

Google and LinkedIn oauth support