Skip to content

Releases: veracity/node-auth

BETA - Logout and token refresh tools

21 Aug 12:55
847002c
Compare
Choose a tag to compare
Pre-release

This release contains minor additions both to the documentation and the library that aid in logging out and refreshing tokens.

  • VeraciytAuthFlowStrategy now supports logging users out by calling logout()
  • VeraciytAuthFlowStrategy contains helper that can refresh tokens directly or via middleware. See readme for details.

BETA - Feature complete strategy release

20 Aug 08:07
41ee662
Compare
Choose a tag to compare

This release marks the point where the VeracityAuthFlowStrategy is released. It contains a fully working strategy and helpers to make the setup easy.

Big features

  • Authentication with zero or more api scopes
  • Error handling using normalized Error objects
  • Helpers for configuring the most common nodejs stack