Skip to content

Releases: Prescott-Data/dromos-authkit

Release v1.3.1

13 Apr 09:56

Choose a tag to compare

Dromos AuthKit v1.3.1

Authentication and authorization middleware for Gin applications.

Installation

go get github.com/Prescott-Data/dromos-authkit@v1.3.1

Changelog

New Features

  • d390054: Revert "feat: v2.0.0 — multi-issuer auth, dromos.* claims, downstream middleware" (@sangalo20)
  • a9ae5cc: feat: add claims enrichment from auth-api for session tokens and JWTs ( <>)
  • a08e795: feat: v2.0.0 — multi-issuer auth, dromos.* claims, downstream middleware (@sangalo20)

Full Changelog: v1.3.0...v1.3.1

Release v1.3.0

08 Apr 09:07

Choose a tag to compare

Dromos AuthKit v1.3.0

Authentication and authorization middleware for Gin applications.

Installation

go get github.com/Prescott-Data/dromos-authkit@v1.3.0

Changelog

New Features

  • 24f1acb: feat: v2.0.0 — multi-issuer auth, dromos.* claims, downstream middleware (@sangalo20)

Other Changes

Full Changelog: v1.2.2...v1.3.0

Release v1.2.2

21 Feb 09:11

Choose a tag to compare

Dromos AuthKit v1.2.2

Authentication and authorization middleware for Gin applications.

Installation

go get github.com/Prescott-Data/dromos-authkit@v1.2.2

Changelog

New Features

  • 74f4a26: feat: enhance error handling and role management in authentication and organization modules ( <>)

Bug Fixes

Full Changelog: v1.2.1...v1.2.2

Release v1.2.1

17 Feb 06:45

Choose a tag to compare

Dromos AuthKit v1.2.1

Authentication and authorization middleware for Gin applications.

Installation

go get github.com/Prescott-Data/dromos-authkit@v1.2.1

Changelog

New Features

  • 8224648: feat: add methods to update username and set user password in Zitadel ( <>)

Full Changelog: v1.2.0...v1.2.1

Release v1.2.0

17 Feb 04:35
253af61

Choose a tag to compare

Dromos AuthKit v1.2.0

Authentication and authorization middleware for Gin applications.

Installation

go get github.com/Prescott-Data/dromos-authkit@v1.2.0

Changelog

New Features

  • e9b2aff: feat: Add error definitions for invitation and organization actions ( <>)
  • a0489c8: feat: Add models for JWT claims, organization roles, and Zitadel API client ( <>)
  • dcbbcc4: feat: Add organization role management and middleware for role checks ( <>)
  • 582a383: feat: Implement Zitadel client with user management functions ( <>)
  • 567bfad: feat: Implement access code generation, validation, and hashing functions ( <>)
  • 1729fd5: feat: add GetUserIDPLinks and RemoveUserIDPLink methods to ZitadelClient ( <>)
  • a52f8d4: feat: add IDPLink model and response format for listing user IDP links ( <>)
  • ad7d333: feat: add ServiceToken field to Config for session token validation ( <>)
  • 734c583: feat: add Session API v2 methods for session management and IDP intent handling ( <>)
  • 4e14d88: feat: enhance AuthN middleware to support Zitadel session token validation ( <>)
  • d4c9dfc: feat: enhance Zitadel client with organization management and user role assignments ( <>)
  • 323927a: feat: improve Zitadel API models ( <>)
  • b925adc: feat: update user ID field in GetUser response and add session-related models ( <>)

Other Changes

  • d667962: refactor: Remove unused JWKSCache methods and simplify structure ( <>)
  • af29434: refactor: Replace Claims struct with alias to models.Claims for backward compatibility ( <>)
  • 77dc750: refactor: Simplify Config definition by aliasing models.Config for backward compatibility ( <>)

Full Changelog: v1.1.2...v1.2.0

Release v1.1.2

08 Feb 09:10
d48baa0

Choose a tag to compare

Dromos AuthKit v1.1.2

Authentication and authorization middleware for Gin applications.

Installation

go get github.com/Prescott-Data/dromos-authkit@v1.1.2

Changelog

Other Changes

Full Changelog: v1.1.1...v1.1.2

Release v1.1.1

02 Feb 06:03

Choose a tag to compare

Dromos AuthKit v1.1.1

Authentication and authorization middleware for Gin applications.

Installation

go get github.com/Prescott-Data/dromos-authkit@v1.1.1

Changelog

Bug Fixes

  • ab239e3: fix: Add OrgDomain claim extraction to AuthN and ValidateToken functions ( <>)

Other Changes

  • ae55bbe: ci(deps): bump actions/checkout from 4 to 6 (@dependabot[bot])
  • ad0ff16: ci(deps): bump actions/setup-go from 5 to 6 (@dependabot[bot])
  • 6dd6483: refactor (ci): replace golangci-lint with golint and go vet in CI workflow ( <>)

Full Changelog: v1.1.0...v1.1.1

Release v1.1.0

02 Feb 05:27

Choose a tag to compare

Dromos AuthKit v1.1.0

Authentication and authorization middleware for Gin applications.

Installation

go get github.com/Prescott-Data/dromos-authkit@v1.1.0

Changelog

New Features

  • c3f411d: feat: Update claims to add OrgDomain ( <>)

Full Changelog: v1.0.2...v1.1.0

Release v1.0.2

01 Feb 17:39

Choose a tag to compare

Dromos AuthKit v1.0.2

Authentication and authorization middleware for Gin applications.

Installation

go get github.com/Prescott-Data/dromos-authkit@v1.0.2

Changelog

Bug Fixes

  • 110fcb6: fix: extract org ID from roles claim as fallback ( <>)

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

Release v1.0.1

01 Feb 13:22

Choose a tag to compare

Dromos AuthKit v1.0.1

Authentication and authorization middleware for Gin applications.

Installation

go get github.com/Prescott-Data/dromos-authkit@v1.0.1

Changelog

Other Changes

  • 8401714: reduce Golang version ( <>)

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