Skip to content

v0.2.4

Choose a tag to compare

@ViewFromTheBox ViewFromTheBox released this 02 Feb 00:24
· 173 commits to main since this release

In this release...

Added

  • Enhanced user migration with password reset tokens and sessions table support
  • Password reset tokens table with email primary key, token storage, and timestamp tracking
  • Sessions table with comprehensive session management including user ID foreign key, IP address tracking, user agent storage, and activity indexing
  • Table existence checks to prevent conflicts during migration execution