Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Apr 10:59
v0.5.0
7adb1ee

Added

  • auth/oauth2: New TokenResponse type (#37)
  • auth/oidc: New TokenResponse type (#38)
  • kv: New key-value storage interface (#41)
  • kv/mem: In-memory implementation of kv.Store (#41)
  • kv/fs: Local filesystem implementation of kv.Store (#41)