Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

v1.2.9 - Added Authorization Guard.

Choose a tag to compare

@dconco dconco released this 25 Aug 05:45
· 198 commits to master since this release
e35b1dc

Change Logs

[v1.2.9]

  • Added Authorization Guard.
  • Implemented AuthGuard to Routes
  • Implemented AuthGuard to APIs
  • Middleware is now deprecated and removed
  • Added AuthGuard to Console
  • Updated ApiController and no more interface, now an abstract class.