---
title: "Authenticate an existing user"
method: POST
path: "/auth/jwt/create/"
tags: ["Auth"]
---

# Authenticate an existing user

`POST /auth/jwt/create/`

Authenticate an existing user

## Request body

- UserSignupLogin
  - `email` string, email, required — User email
  - `password` string, password, required — User password

## Response `200`

successful operation

- JwtResponse
  - `access` string — Access token
  - `refresh` string — Refresh token

---

[API](https://skmtc.dev/lesspass/apis/lesspass-server-api.md) · [All operations](https://skmtc.dev/lesspass/apis/lesspass-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lesspass/lesspass-server-api/revisions/e750f899542c/schema)
