Skip to content

🪴 Lumina

Compare
Choose a tag to compare
@mychidarko mychidarko released this 24 Jan 18:54
· 51 commits to main since this release
3ba37ad

v2.0 - 24 Jan 2022

Added

  • Added dbConnection method
  • Added auto connect to leaf db instance
  • Added support for functional mode
  • Added validate function
  • Added logout function for sessions

Fixed

  • Fixed guard issue (#1)
  • Fixed bugs from using auth with static methods
  • Fixed redirect bug

Changed

  • Upgraded dependencies
  • Restructured leaf auth
  • update no longer requires the where parameter
  • update now requires user to be logged in
  • Switched to leaf db v2
  • Sessions are no longer experimental
  • Renamed validate to validateUserToken

Removed

  • Removed unused files
  • Removed hasAuth from guard
  • Removed validate parameter from login, register and update