Releases: opengovsg/mockpass
Releases · opengovsg/mockpass
v2.5.0
- Dependency updates (#83 through to #96)
- Fix myinfo to use the correct auth and assertions (7f29add)
- Rename spcp to saml, reorganise generation functions (7f29add)
- Implement access tokens and hashing (1688c5d)
- Implement CorpPass OIDC (08189ea, 594358c)
v2.4.6
- Support for simplesamlphp (#81)
- Bump eslint to 7.6.0 (#82)
v2.4.5
fix(oidc): fix token values to pass relying party validations (#80)
Special thanks to @justin-tay for the work done to support Spring Security
v2.4.4
fix(oidc): spread should always be over object (9cc91ff)
v2.4.3
SingPass OIDC - handle nonces (#77)
Update uuid to 8.3.0 (#78)
v2.4.2
SingPass OIDC - Use compact serialization for id_token
(#76)
v2.4.1
Update dependencies (#65 through to #75)
v2.4.0
feat(myinfo): verify /token
requests when SERVICE_PROVIDER_MYINFO_SECRET
specified (7e48b32)
v2.3.2
fix(myinfo): rework base string to fix v3/person-basic (72060ee)
v2.3.1
docs: add documentation for payload encryption (8642425)
fix(myinfo): get signature only when ENCRYPT_MYINFO
is true (a1ab23b)