Releases: vector233/go-singpass
Releases · vector233/go-singpass
Release v1.1.6
🚀 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.6Full Changelog: v1.0.2...v1.1.6
Release v1.1.5
🚀 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.5Full Changelog: v1.0.2...v1.1.5
Release v1.0.2
🚀 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.2Full Changelog: v1.0.1...v1.0.2
Release v1.0.1
🚀 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.1Full Changelog: v1.0.0...v1.0.1
Release v1.0.0
🚀 Release v1.0.0
📝 Initial Release
- Initial release of Go Singpass OIDC library
📦 Installation
go get github.com/vector233/go-singpass@v1.0.0Full Changelog: https://github.com/vector233/go-singpass/commits/v1.0.0