Skip to content

v7.1.0

Compare
Choose a tag to compare
@kolappannathan kolappannathan released this 01 Mar 18:32
· 249 commits to main since this release

Added

  • Added interfaces for library classes, helper functions.
  • New AuthLib class for checking login and generating token.

Changed

  • Helper functions now use dependency injection.
  • Made all non-derived classes sealed for security and performance.
  • Optimizations to JWT helpers, moved JWT token builder in core project.
  • Private variables now start with underscore.
  • JWT config now has Hours valid instead of days.

Removed

  • Base class for operations is removed
  • Removed unused constants
  • Removed JWT Helper function from API project