---
title: "Changes to Login"
method: POST
path: "/login"
---

# Changes to Login

`POST /login`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 2 revisions.

- **2026-07-17** `c24fa4e23380` — 3 breaking, 3 info
- **2025-05-20** `bbcc40488a72` — 5 breaking, 1 info

## Changes

- **2026-07-17** `c24fa4e23380` — 3 breaking, 3 info
  - the `client_secret` request property type/format changed from ``/`` to ``/`password`
  - the `password` request property type/format changed from `string`/`` to `string`/`password`
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the required property `access_token` to the response with the `200` status
  - added the required property `refresh_token` to the response with the `200` status
  - added the required property `token_type` to the response with the `200` status
- **2025-05-20** `bbcc40488a72` — 5 breaking, 1 info
  - the `client_secret` request property type/format changed from ``/`password` to ``/``
  - the response's body type/format changed from `object`/`` to ``/`` for status `200`
  - removed the required property `access_token` from the response with the `200` status
  - removed the required property `refresh_token` from the response with the `200` status
  - removed the required property `token_type` from the response with the `200` status
  - the `password` request property type/format was generalized from `string`/`password` to `string`/``

---

[Operation](https://skmtc.dev/industrial-optimization-group/apis/desdeo-fast-api/docs/login/post.md) · [API](https://skmtc.dev/industrial-optimization-group/apis/desdeo-fast-api.md) · [Page](https://skmtc.dev/industrial-optimization-group/apis/desdeo-fast-api/changes/login/post)
