Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 647 Bytes

BACKLOG.md

File metadata and controls

19 lines (13 loc) · 647 Bytes

Backlog items

Features

  • Add retry attempts
  • Add caching capability

Improvements

  • Add live tests to the OpenFGA server addition to the mock server.
  • Add an example that uses Consumer in conjunction with the Basic Authentication plugin.
  • Add build, test, and deploy pipeline (GitHub Actions) to the project
  • Add GitHub action to perform a smoke test
  • Add GitHub action to publish .rock when a version was tagged. Use LUAROCKS_API_KEY secret.

Cleanup

  • The OpenFGA store id in the sqlite database is fixed. Make it dynamic when loading the data.
  • Test with PostgreSQL as database backend.