Skip to content

Releases: opengovsg/mockpass

v2.5.0

01 Sep 05:08
Compare
Choose a tag to compare
  • 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

05 Aug 07:11
Compare
Choose a tag to compare
  • Support for simplesamlphp (#81)
  • Bump eslint to 7.6.0 (#82)

v2.4.5

29 Jul 03:21
Compare
Choose a tag to compare

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

28 Jul 07:45
Compare
Choose a tag to compare

fix(oidc): spread should always be over object (9cc91ff)

v2.4.3

28 Jul 07:08
Compare
Choose a tag to compare

SingPass OIDC - handle nonces (#77)
Update uuid to 8.3.0 (#78)

v2.4.2

27 Jul 09:00
Compare
Choose a tag to compare

SingPass OIDC - Use compact serialization for id_token (#76)

v2.4.1

20 Jul 05:28
Compare
Choose a tag to compare

Update dependencies (#65 through to #75)

v2.4.0

22 Jun 05:29
Compare
Choose a tag to compare

feat(myinfo): verify /token requests when SERVICE_PROVIDER_MYINFO_SECRET specified (7e48b32)

v2.3.2

22 Jun 02:38
Compare
Choose a tag to compare

fix(myinfo): rework base string to fix v3/person-basic (72060ee)

v2.3.1

19 Jun 09:52
Compare
Choose a tag to compare

docs: add documentation for payload encryption (8642425)
fix(myinfo): get signature only when ENCRYPT_MYINFO is true (a1ab23b)