Skip to content

v1.0.0-alpha.3 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@ooaklee ooaklee released this 11 Sep 14:39

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
  • Added logic to set StatusCode if not set already. Defaults to 400.
  • Updated README to better describe the library

Installation

go get github.com/ooaklee/[email protected]