v0.2.0
Breaking Changes
AuthenticateSubject
has been renamed toValidateCredential
;AuthenticateSubjectRequest
andAuthenticateSubjectResponse
have been renamed accordingly.ValidateCredentialResponse
contains a new field,subject_id
, which should contain the ID of the subject the provided credential corresponds to.
What's Changed
- Rename AuthenticateSubject to ValidateCredential by @jnschaeffer in #6
- Add go-mod Make target and use it by @jnschaeffer in #7
New Contributors
- @jnschaeffer made their first contribution in #6
Full Changelog: v0.1.0...v0.2.0