The Furniture Bros API docs
  • Start here
    • Introduction
    • Get Started
    • Authentication
    • Making a request
    • Examples
    • Functionalities
    • Release Notes
      • 5 Dec 2024
      • 4 Dec 2023
      • 30 Nov 2023
      • 24 Nov 2023
      • 20 Nov 2023
      • 14 Nov 2023
      • 26 Oct 2023
      • 23 Oct 2023
      • 05 Oct 2023
    • Glossary
      • API terms
      • Functionality terms
  • API Endpoints
    • Account
    • Product
    • Cart
    • Address
    • Orders
    • Statistics
Powered by GitBook
On this page
  1. Start here
  2. Release Notes

05 Oct 2023

Release notes for 05 Oct 2023 updates

This release introduces essential user authentication and session management features for the e-commerce application. It enables users to sign up, securely log in, and maintain a persistent session across pages, while also allowing guest users to browse without creating an account. Key features include:

  • User Sign-Up & Login: New and registered users can now securely create and access their accounts.

  • Authentication Flow: JSON Web Tokens (JWT) are used for secure authentication, ensuring users remain logged in during their session.

  • Protected Routes: Certain features like adding items to the cart and placing orders are restricted to authenticated users.

  • Guest User Access: Non-registered users can browse the app without the need for an account.

Previous23 Oct 2023NextGlossary

Last updated 6 months ago