~maxiberta/canonical-identity-provider:cookies-explicit-samesite-2

Last commit made on 2022-01-18
Get this branch:
git clone -b cookies-explicit-samesite-2 https://git.launchpad.net/~maxiberta/canonical-identity-provider
Only Maximiliano Bertacchini can upload to this branch. If you are Maximiliano Bertacchini please log in for upload directions.

Branch merges

Branch information

Name:
cookies-explicit-samesite-2
Repository:
lp:~maxiberta/canonical-identity-provider

Recent commits

51e9bd1... by Maximiliano Bertacchini

Set explicit "SameSite=None; Secure" to the openid_referer cookie

Should fix issues with openid authentication on modern browsers, which default to "SameSite=Lax".

0c7d827... by Maximiliano Bertacchini

Add captcha to the forgotten password view

And a couple of related cleanups

Merged from https://code.launchpad.net/~maxiberta/canonical-identity-provider/+git/canonical-identity-provider/+merge/406833

9d10674... by Maximiliano Bertacchini

Improve forgotten password tests

4037b08... by Maximiliano Bertacchini

Make captcha email optional for whitelisting

f87e656... by Maximiliano Bertacchini

Merge branch 'master' into forgot-password-captcha

273149f... by Daniel Manrique

Don't send "someone tried to reset a password with your email address, which we have never heard about" emails if the NO_SEND_PASSWORD_RESET_EMAIL_IF_NONEXISTENT switch is set.

Merged from https://code.launchpad.net/~roadmr/canonical-identity-provider/+git/canonical-identity-provider/+merge/406784

2aa34d4... by Maximiliano Bertacchini

Make CaptchaBase.check_whitelist() a static method

3eb91b7... by Maximiliano Bertacchini

Clean up email confirmation captcha logic

e29112b... by Maximiliano Bertacchini

Clean up tests on the forgotten password view

c66e27f... by Maximiliano Bertacchini

Add functional tests on forgotten password with captcha