Skip to content

Releases: vector233/go-singpass

Release v1.1.6

19 Aug 10:50

Choose a tag to compare

🚀 Release v1.1.6

📝 Changes since v1.0.2

  • feat: add JWS verification step in decryptUserInfo method (b9ba770)

📦 Installation

go get github.com/vector233/go-singpass@v1.1.6

Full Changelog: v1.0.2...v1.1.6

Release v1.1.5

19 Aug 10:21

Choose a tag to compare

🚀 Release v1.1.5

📝 Changes since v1.0.2

  • Add troubleshooting guide and fix JWT signing algorithm issue (8bda202)

📦 Installation

go get github.com/vector233/go-singpass@v1.1.5

Full Changelog: v1.0.2...v1.1.5

Release v1.0.2

19 Aug 09:40

Choose a tag to compare

🚀 Release v1.0.2

📝 Changes since v1.0.1

  • feat: enhance error handling with custom error types instead of fmt.Errorf (4fe7d16)

📦 Installation

go get github.com/vector233/go-singpass@v1.0.2

Full Changelog: v1.0.1...v1.0.2

Release v1.0.1

19 Aug 08:52

Choose a tag to compare

🚀 Release v1.0.1

📝 Changes since v1.0.0

  • Remove .idea directory from git tracking (e276ea7)
  • Optimize code structure: simplify JWKS cache, merge key loading logic, optimize JWT creation (a681060)
  • feat: add .gitignore and internationalize project text (473401d)
  • feat: refactor project structure and optimize code organization (27322f7)
  • refactor: rename callback methods for better clarity (4ece62f)

📦 Installation

go get github.com/vector233/go-singpass@v1.0.1

Full Changelog: v1.0.0...v1.0.1

Release v1.0.0

18 Aug 14:11

Choose a tag to compare

🚀 Release v1.0.0

📝 Initial Release

  • Initial release of Go Singpass OIDC library

📦 Installation

go get github.com/vector233/go-singpass@v1.0.0

Full Changelog: https://github.com/vector233/go-singpass/commits/v1.0.0