| 278ded77 | 28-Jul-2014 |
Andreas Gohr <andi@splitbrain.org> |
Yahoo API: request JSON responses |
| eca7feca | 28-Jul-2014 |
Andreas Gohr <gohr@cosmocode.de> |
some login button styles |
| a90c044e | 28-Jul-2014 |
Andreas Gohr <gohr@cosmocode.de> |
added a generic oAuth2 Adapter and implemented a Doorkeeper example |
| 5da13533 | 28-Jul-2014 |
Andreas Gohr <gohr@cosmocode.de> |
Google now works |
| 2e94f0b8 | 28-Jul-2014 |
Andreas Gohr <gohr@cosmocode.de> |
store no information in the redirect URL
Some providers need an exact matching redirect URL configured (Google) so we can not keep any dynamic info in the URL. Instead we store it in the user's sess
store no information in the redirect URL
Some providers need an exact matching redirect URL configured (Google) so we can not keep any dynamic info in the URL. Instead we store it in the user's session.
show more ...
|
| 43972fa4 | 28-Jul-2014 |
Andreas Gohr <gohr@cosmocode.de> |
no longer use auto generated conf data |
| 913e6b23 | 26-Jul-2014 |
Andreas Gohr <andi@splitbrain.org> |
added Google (untested)
don't have Internet right now |
| caa5ded4 | 26-Jul-2014 |
Andreas Gohr <andi@splitbrain.org> |
send notification mail on new users |
| 3c0138db | 26-Jul-2014 |
Andreas Gohr <andi@splitbrain.org> |
Allow logins to existing accounts only with associated accounts
To prevent people can log into existing account with a newly created social account with a forged email address. We only allow logins
Allow logins to existing accounts only with associated accounts
To prevent people can log into existing account with a newly created social account with a forged email address. We only allow logins with previously approved service providers.
When a user logs in for the first time, eg. the email does not exists, then the user is created and the social account is approved automatically.
show more ...
|
| 67e2b52d | 24-Jul-2014 |
Andreas Gohr <gohr@cosmocode.de> |
got Facebook working |
| 6d4f53b4 | 24-Jul-2014 |
Andreas Gohr <gohr@cosmocode.de> |
started Facebook-Adapter (not working yet) |
| 1025aad7 | 24-Jul-2014 |
Andreas Gohr <gohr@cosmocode.de> |
some smaller adjustments |
| 63b91737 | 23-Jul-2014 |
Andreas Gohr <andi@splitbrain.org> |
renamed AuthService to Adapter |
| 11606ec1 | 23-Jul-2014 |
Andreas Gohr <andi@splitbrain.org> |
added services to login form |
| dfbdd519 | 23-Jul-2014 |
Andreas Gohr <andi@splitbrain.org> |
first go at config data |
| a15394db | 23-Jul-2014 |
Andreas Gohr <andi@splitbrain.org> |
fix default group handling when adding new user |
| d0c4ac9a | 23-Jul-2014 |
Andreas Gohr <andi@splitbrain.org> |
handle action only when plugin is set as auth type |
| e32c3607 | 23-Jul-2014 |
Andreas Gohr <andi@splitbrain.org> |
fixed logging out. clean up session |
| f866280e | 23-Jul-2014 |
Andreas Gohr <andi@splitbrain.org> |
associate oauth logins with existing users, create new if needed
Users are uniquely identified by their email-address. A user can login with any oauth service - when it returns the same email, its t
associate oauth logins with existing users, create new if needed
Users are uniquely identified by their email-address. A user can login with any oauth service - when it returns the same email, its the same user.
show more ...
|
| 38378fbb | 23-Jul-2014 |
Andreas Gohr <gohr@cosmocode.de> |
stubs for mail based user ID |
| a7a8f46a | 23-Jul-2014 |
Andreas Gohr <gohr@cosmocode.de> |
remember oAuth logins in session |
| 3df85f01 | 23-Jul-2014 |
Andreas Gohr <gohr@cosmocode.de> |
fixed Github API version pinning
See https://github.com/Lusitanian/PHPoAuthLib/issues/280 |
| f10e09e2 | 23-Jul-2014 |
Andreas Gohr <gohr@cosmocode.de> |
first go at the real auth plugin and new Service classes |
| 94bedd58 | 23-Jul-2014 |
Andreas Gohr <gohr@cosmocode.de> |
fixed HTTPclient |
| 56c163c8 | 22-Jul-2014 |
Andreas Gohr <gohr@cosmocode.de> |
added our own HTTP client class |