Releases: sholladay/hapi-doorkeeper
Releases · sholladay/hapi-doorkeeper
0.14.1
0.14.0
Breaking changes ⚠️
What you need to do depends on whether you are also migrating to the New Experience login flow.
If you will be using New Experience:
- Where you had
screen=signUppreviously, change it toscreen=signup
If you will be using Classic Experience:
- Where you had
config.extraParams.screenpreviously, change it toconfig.extraParams.screen_hint
Highlights 🔍
- Update documentation based on the New Experience 183dd8e
- Support login_hint and screen_hint params c30cd25
- Update from @hapi/joi to joi e7816a7
All changes 📚
0.13.0
Highlights 🔍
- Improve cookie security with
__Host-prefix ada094e
For details on the __Host- prefix, see: https://scotthelme.co.uk/tough-cookies/#cookieprefixes
Note: Upgrading to this version will cause all sessions to be reset, as the cookie name has changed.
All changes 📚
0.12.0
Highlights 🔍
- Use SameSite=Lax for session cookie e6476f1
This undoes the changes in the 0.11 release, as Strict mode causes the session cookie to not be sent even when a link is clicked to visit the site from another domain, which is generally not the desired behavior.
All changes 📚
0.11.2
0.11.1
0.11.0
0.10.0
0.9.2
- Work around hapijs/bell#445 6da1223