Releases: guardian/pan-domain-authentication
Releases · guardian/pan-domain-authentication
v1.1.0
What's Changed
- Use custom cookies to perform anti-forgery checks by @andrew-nowak in #98
- This allows background reauthentication to succeed in Firefox.
- Add support for the "hd" parameter for Google by @andrew-nowak in #99
- This means that apps configured with an
organizationDomainwill prompt users into using the correct Google account; this will allow background reauthentication to succeed for users signed into multiple Google accounts simultaneously! (unless more than one account matches theorganizationDomain!)
- This means that apps configured with an
| Before | After |
|---|---|
![]() |
![]() |
New Contributors
- @andrew-nowak made their first contribution in #98
Full Changelog: v1.0.6...v1.1.0
Adding Google Group Checker
Adding a google group checker to the AuthActions trait.
Support for Play 2.6
New SBT project and artefact pan-domain-auth-play_2-6.

