v1.0.0-alpha.3 Release
Pre-release
Pre-release
What's included in this release?
- Refactor Token attributes & methods to have a more general name to make use of cases where API uses different token identifiers less confusing
AccessToken
->TokenOne
&RefreshToken
->TokenTwo
- Dev can create custom
TransferObject
to set JSON attribute to match their use case
- Dev can create custom
- Added logic to set
StatusCode
if not set already. Defaults to400
. - Updated README to better describe the library
Installation
go get github.com/ooaklee/[email protected]