Skip to content

🚀 Release v1.1.0: Redis Caching & OAuth Integration 🎉

Compare
Choose a tag to compare
@ayussh-2 ayussh-2 released this 22 Jan 05:53
· 13 commits to main since this release
ac1da8e

🆕 New Features

  • Redis Cache Implementation

    • Enhanced application performance by integrating Redis for caching frequently accessed data.

    • Key Highlights:

    • Reduced database load by caching data for specific routes/features.

    • Configurable cache expiration settings for better control.

  • OAuth Integration

    • Introduced secure user authentication using OAuth provider (Google).

    • Key Highlights:

    • Login and Signup flows powered by OAuth 2.0.