Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / auth_providers.py @ ff67242a

History | View | Annotate | Download (10.1 kB)

# Date Author Comment
222ad95f 01/21/2013 12:05 pm Olga Brani

New style for Sign Up page

4bedb0d8 01/16/2013 03:33 pm Kostas Papadimitriou

Change default auth proviers setting

Restrict users to only one auth provider per module by default

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.

d0632ab1 01/16/2013 03:07 pm Olga Brani

New profile form

531fca05 01/15/2013 06:43 pm Olga Brani

Auth_methods icons

9c73d218 01/14/2013 04:48 pm Kostas Papadimitriou

Auth providers login/logout messages update

bd0f516a 01/14/2013 04:48 pm Kostas Papadimitriou

Configurable auth providers icon urls

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

badcb2a9 12/19/2012 02:45 pm Kostas Papadimitriou

Required auth providers functionality

if one of auth providers is set to be required, user with no such
provider can only view his profile page and is prompted to add a
new login method.

450093ec 12/18/2012 01:44 pm Kostas Papadimitriou

Auth providers messages updates

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

Google and LinkedIn oauth support

b9231ded 12/13/2012 06:45 pm Kostas Papadimitriou

Exclude affiliation from shibboleth info display

cb4714e7 12/13/2012 06:02 pm Kostas Papadimitriou

Additional auth providers messages

1d59653f 12/13/2012 03:53 pm Kostas Papadimitriou

Configurable shibboleth provider strict mode

shibboleth provider can now be configured whether or not to require
additional provider information.

c4b1a172 12/13/2012 02:11 pm Kostas Papadimitriou

Configurable auth providers messages

6974e526 12/11/2012 05:16 pm Kostas Papadimitriou

Correct ancestor method name

3a72a5d4 12/11/2012 05:16 pm Kostas Papadimitriou

Store additional provider info

store useful account details for third party authentication providers
that provide such info.

c630fee6 12/11/2012 05:16 pm Kostas Papadimitriou

Third party login providers fixes/improvements

- Store additional provider info in PendingThirdPartyUser entries
- Include third party registration logic in main signup view. Additional
per provider signup views removed.
- Unique email validation for all activation backend forms...

158a72ec 12/11/2012 01:04 pm root

Unidenitifed commits

6012535a 12/03/2012 01:47 pm Kostas Papadimitriou

Include inactive auth providers in registry

c101b32b 12/03/2012 01:35 pm Kostas Papadimitriou

Twitter authentication backend

081070a5 12/03/2012 11:20 am Kostas Papadimitriou

Configurable auth providers templates/titles

d2633501 11/30/2012 02:42 pm Kostas Papadimitriou

Allow multiple login methods per account