Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 899 Bytes

File metadata and controls

43 lines (26 loc) · 899 Bytes

Changelog

26th December 2024

Changes

Major changes in terms of database schema, folder structure and code structure.

  • Introduced a new folder structure (feature folder)
  • Replaced @upstash/redis with ioredis
  • better rate limiting (more changes to come)
  • New functionality: Change Email,Update Password, Delete Account

Schema Changes

  • new table: login_methods

Passwords

  • replaced bcrypt with argon2

16th September 2024

Changes

Oauth

  • Removed oauth_tokens table
  • New Table: oauth_providers
  • Removed offline mode for google oauth

Sessions

  • login_logs table now has a column for strategy
  • Account page will show what strategy was used to login

Passwords

  • Passwords now have a column for when it was created and updated

Misc Changes

  • Select only required columns in queries
  • Export validation schema type from validation files