Skip to content

Latest commit

 

History

History
72 lines (43 loc) · 2.85 KB

CHANGELOG.md

File metadata and controls

72 lines (43 loc) · 2.85 KB

Changelog

All notable changes to this project will be documented in this file.

1.12.0 (2024-12-12)

Features

  • add new signatures for user and auth functions (c63c75e)
  • add parameter guards (#115) (e61d115)
  • add passage error class (#105) (f0e7239)
  • adds new fields to the AppInfo and UserInfo structs (94748b5)
  • deps update (4448a3e)
  • go version from 1.16 --> 1.21 (4448a3e)
  • jwt audience validation (#89) (ae2f00d)
  • remove JWK re-fetch logic (cf887ab)
  • reworks the new create magic link func into three separate functions (#117) (741b260)

Bug Fixes

  • updates jwx library to use its thread-safe jwks cache (#88) (b677920)

[1.11.2] - 2024-10-24

Added

  • chore: LICENSE file added

Changed

  • docs: README updated
  • docs: update Passage Docs link
  • ci: pin gorename to v0.24.0 to avoid conflict with go runtime 1.20.0
  • test: fix test user identifier conflict

[1.11.1] - 2024-07-29

Changed

  • chore(deps): bump github.com/lestrrat-go/jwx from 1.2.26 to 1.2.29

[1.11.1] - 2024-10-24

Added

  • LICENSE file added

Changed

  • README updated

[1.11.0] - 2024-03-21

Added

  • GetUserByIdentifier method has been added
  • ListPaginatedUsersItem model has been added

[1.9.0] - 2024-01-30

Added

  • AppleUserSocialConnection model has been added

Changed

  • UserEventInfo has been renamed to UserRecentEvent
  • Docs have been moved to /docs
  • GithubSocialConnection has been renamed to GithubUserSocialConnection
  • GoogleSocialConnection has been renamed to GoogleUserSocialConnection