Skip to content

Release 0.2.0-63

Pre-release
Pre-release
Compare
Choose a tag to compare
@tks18 tks18 released this 08 Aug 02:32
· 3 commits to master since this release
v0.2.0-63
5ca37e3

0.2.0-63 (2022-08-08)

Bug Fixes 🛠

  • plugin/auth: fix auth model methods improperly checking for result (a83f2c0)
  • plugins/misc: fix otp string length and characters (0aebd78)
  • workflows: update codacy workflow to new version (4562efa)

Code Refactoring 🖌

  • plugins/auth/user: refactor user methods to use async await instead of promise (b6442e1)
  • plugins/server/generators: fix database handler to use a single type for helper function (89e9256)
  • routes/auth: remove the redundant routes using same functions (1e3c20c)

Features 🔥

  • plugins/auth: add a auth method for viewing documents from the database (762dbba)
  • plugins/auth: update policy checker with multiple options for getting detailed results (fa2caff)
  • plugins/auth: write all the auth methods for all the models (d536980)
  • plugins/server/generators: update the dbhandler class to include a router and host it (2692f0c)
  • plugins/server/generators: write a view database handler function (9231b75)
  • plugins/templates: add policies for all models for viewing the documents (2193361)
  • plugins/templates: update the policy maps for roles to include view policies (8d55b8f)
  • routes/auth: automate route handling for all models using dbhandler class (e87a7ba)

Tests 🧪

  • rest: add missing test cases (7e4af37)