Skip to content

v0.16.0

Latest
Compare
Choose a tag to compare
@ostrya ostrya released this 11 Oct 08:12
· 26 commits to main since this release

New features

  • it is now possible to set the token lifespan in ServerConfig, TokenConfig or via CLI option (thanks @Akvel for the idea and PR #150 )
  • it is now possible to set the scopes of the token via CLI option

Changed behavior
To make it consistent with the rest of the API, default scopes defined in ServerConfig are now no longer appended to those in the TokenConfig. Instead, if scopes are defined in TokenConfig, they replace any default scopes defined in ServerConfig.