249 Commits (76c824ab32db6fc30c06b3ff3d7a250564ad4369)
 

Author SHA1 Message Date
Jonathan Daggerhart 191c5659b8
Merge pull request #131 from TeDo-Verlag/fix
Action is not running after update_existing_user() call
6 years ago
gguseynov caf3ea7267 1. run 'openid-connect-generic-update-user-using-current-claim' action
if existing user was updated
2. add_user_meta with single=true does not overwrite old value
6 years ago
Jonathan Daggerhart f3829b48e2 documenting new action on user login 6 years ago
Jonathan Daggerhart 9f02df4cf6
Merge pull request #127 from TeDo-Verlag/redirect
added force_redirect parameter and login action
6 years ago
Gassan Gousseinov 96b25f6c90 added force_redirect parameter and login action 6 years ago
Jonathan Daggerhart acbd46c717
Merge pull request #126 from TeDo-Verlag/fix
fix stripos call
6 years ago
Gassan Gousseinov 11e89fd9b2 fix stripos call 6 years ago
Jonathan Daggerhart 42402b69b5
Merge pull request #124 from bookchiq/dev
Filter redirect URL before stashing it to a cookie
6 years ago
Sarah Lewis 39ae1f8a8f Filter redirect URL before stashing it to a cookie 6 years ago
Jonathan Daggerhart f33225fc2c
Issue #108: Attempt to fix regression for cookie during auto flow (#119) 6 years ago
Jonathan Daggerhart 9a204ebcae Noting changes and bumping version for next release 6 years ago
Jonathan Daggerhart 6dfb0fafa5
Issue #76: Avoid double question marks in auth url query string (#120) 6 years ago
Raphaël Droz f263fb4a16 fix #106, wp-cli bootstrap must not inhibit custom rewrite rules (#110) 6 years ago
Thijs Kinkhorst d45ab06e3d Fix syntax error in example openid-connect-generic-login-button-text hook (#113) 6 years ago
Shane Mulligan 0b51e9c1e5 Change PHP keywords to comply with PSR2 (#116)
Signed-off-by: CodeLingoBot <bot@codelingo.io>
6 years ago
Slavic Dragovtev 6ecb69f1cb Allow override of the plugin by posting credentials to wp-login.php (#118)
* allow overriding the plugin if credentials are POSTed to wp-login.php

* fix indentation to be consistent
6 years ago
Jonathan Daggerhart a53f753233 Read me table of contents 6 years ago
Jonathan Daggerhart fd458b623a Fixing incomplete example 6 years ago
Jonathan Daggerhart c27e12069a Minor formatting on readme 6 years ago
Jonathan Daggerhart eec106b50e Documenting hooks and other internals for contributors 6 years ago
Jonathan Daggerhart 4d7939e9e5
Bug with some special char in the firstname or lastname
Add str_replace because token is encoded in base64 URL (and not just base64).
Solves the problem with some special char
Re: #101
6 years ago
Jonathan Daggerhart aca202f5ac Additional readme updates 6 years ago
Jonathan Daggerhart 0a2572e781 Readme and hooks 6 years ago
Jonathan Daggerhart 0d4e4bd006 additional error detection on user_claim 6 years ago
Matt Varblow 6917df262f Allow identity providers which do not support the userinfo endpoint. (#100)
* Allow identity providers which do not support the userinfo endpoint.

* Fixed empty check for userinfo endpoint
6 years ago
cswebservice 54f3ff4193 allow developers to use the plain auth url by shortcode (#98)
* allow developers to use the plain auth url by shortcode

* prevent to set the redirect cookie on every page request by moving the function call to the formular rendering.
6 years ago
Raphaël Droz 87470689db avoid messing-up with wp-cli (#96)
When using wp-cli (eg: rewrite/cache flush), init() will run setcookie() which would trigger "headers already sent by". Just disable module when wp-cli is being used.
6 years ago
Jonathan Daggerhart 72305fcc9f Merge branch 'dev' 7 years ago
Jonathan Daggerhart 93d41ee3c6 fixing composer.json and updateing readme 7 years ago
Jonathan Daggerhart e8545af123 nvm, wp.org can have it's own folder name 7 years ago
Jonathan Daggerhart 94e73af1b6 renaming to match wordpress.org plugin slug 7 years ago
Jonathan Daggerhart 18625fbc21 updating readme to include composer information 7 years ago
Jonathan Daggerhart 2a1b797e17 fixing composer.json for packagist 7 years ago
Jonathan Daggerhart 64a4676c88 trailing comma in json 7 years ago
Jonathan Daggerhart ef6fac4e41 version update along with readmes. new composer.json to place on packagist 7 years ago
Raphaël Droz f3096b6f14 fix a notice: If using traditional login, $token_response may be empty (#86)
fix a 404: In Bedrock-like layout configuration, $redirect_url === 'wp-login.php?loggedout=true'
 (which work for local redirection). But canonicalization should take into account the additional /wp/
 prefix. site_url() does meanwhile home_url() does not.
7 years ago
Raphaël Droz f9c076a5c0 hook: ability to filter claim and derived user data (#84) 7 years ago
Raphaël Droz 6263bee23b google provider: do not attempt to use their not-compliant /revoke endpoint (#83) 7 years ago
Raphaël Droz 58c8b7ac9a disconnect hook: get user meta from information provided by filter parameters (#82) 7 years ago
Raphaël Droz d0b79313c2 fixed a notice when cookie does not contain expected redirect_url (#80) 7 years ago
Raphaël Droz 756c3c05a1 Translit names' special characters (#73)
When nickname is generated from a full name, intent to translit them to ascii instead of stripping special characters.
7 years ago
Antti Leppä 56bd5718e6 Feature #68 state time limit option (#69)
* Added an option for state time limit on the settings page
7 years ago
Jonathan Daggerhart 6bc53f96d4 some readme and metadata updates for plugin repo 7 years ago
Jonathan Daggerhart 9bf826c704
Merge pull request #66 from daggerhart/timeout
removed generic wp filter used for request timeout
7 years ago
Jonathan Daggerhart a99280600a removed generic wp filter used for request timeout 7 years ago
Jonathan Daggerhart c098e9da30
Merge pull request #65 from daggerhart/prefix
Prefixes for better autoloading
7 years ago
Jonathan Daggerhart 326efbb416 prefixing generic classes with oidcg comment class names. adjusting autoloading to look for the standardized prefix. 7 years ago
Jonathan Daggerhart 6f077c932a incrementing to 3.3.x, updating readmes and changelog 7 years ago
Jonathan Daggerhart e02e455965
Merge pull request #52 from dirtsimple/wp_tokens
Simplify refresh/logout handling (to fix #49, #50, and #51)
7 years ago
Jonathan Daggerhart e541a9f3b4 updating version 7 years ago