Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Aug 18:31
· 11 commits to master since this release
88d5538
Support creating and updating users with a PIN (#65)

* Replace User.Pin field with a Pin struct that allows setting a PIN value when creating or updating users

* Update User acceptance test to check the pin attribute

* Add new User test case

* Add separate example for a user with pin

* Ignore User.Pin.IsSet when setting an updated user PIN

* Pointer receiver in MarshalJSON function