- Fix bug with
DeviceContext.signingPrivateKey
.
- Upgrade to homebrew ironoxide 0.15.0.
- Additional fields were added to
JwtClaims
. - Most of the
JwtClaims
fields are now optional. - Some of the
JwtClaims
fields changed fromUInt32
toInt64
.
- Additional fields were added to
- Upgrade to homebrew ironoxide 0.14.7.
- This required a few
JwtClaims.pid
andJwtClaims.kid
to change from typeUInt
toUInt32
.
- This required a few
- Update README.md directions for local building/testing.
- Add
Jwt
andJwtClaims
types - Change
userCreate
,userVerify
, andgenerateNewDevice
to use new JWT types
- Initial open source version