> For the complete documentation index, see [llms.txt](https://docs.aztechcorp.io/auth-service-software-architecture-document/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aztechcorp.io/auth-service-software-architecture-document/authentication-service-architecture-document.md).

# Authentication Service Architecture Document

### Overview

The Authentication Service is a micro service designed to authenticate end users using their crypto account via a self custodial wallet. This application follows an event-driven architecture emphasizing speed, scalability and adaptability. The service exposes three endpoints in total, two of which facilitates the authentication process while the third end point is for metrics collection. Additionally, it features a front-end component for a user-friendly experience.

<figure><img src="/files/hvBi7lSUzVibMxqh3GjM" alt=""><figcaption></figcaption></figure>

### Contents

* [Endpoints](/auth-service-software-architecture-document/authentication-service-architecture-document/endpoints.md)
* [Authentication Flow](/auth-service-software-architecture-document/authentication-service-architecture-document/authentication-flow.md)
* [Service Level Objectives (SLOs)](/auth-service-software-architecture-document/authentication-service-architecture-document/service-level-objectives-slos.md)
* [Technology Stack](/auth-service-software-architecture-document/authentication-service-architecture-document/technology-stack.md)
* [Deployment Considerations](/auth-service-software-architecture-document/authentication-service-architecture-document/deployment-considerations.md)
* [Functional Requirement Diagram](/auth-service-software-architecture-document/authentication-service-architecture-document/functional-requirement-diagram.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aztechcorp.io/auth-service-software-architecture-document/authentication-service-architecture-document.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
