Skip to main content

6 docs tagged with "backend"

View All Tags

🍪 Authentication Cookie Best Practices

When implementing authentication in your backend application, the usage of cookies for session management is a common approach. Follow these best practices to ensure the security and reliability of authentication cookies.

🧅 Understanding Onion Architecture for Backend Development

Onion Architecture is a popular architectural pattern that promotes modular, maintainable, and testable code in backend development. It follows the principles of separation of concerns and dependency inversion, allowing for a highly decoupled and flexible application design.

Secure Authentication Backend Documentation

This document provides an overview of the authentication mechanisms implemented in the backend codebase of the project. It covers the login, registration, and refresh token functionality.