fix: 🔥 Remove old tests and docs related to old auth endpoints

This commit is contained in:
Jesse Wierzbinski 2025-11-21 06:45:12 +01:00
parent ae207c10b6
commit a9dbd2cc4e
No known key found for this signature in database
3 changed files with 5 additions and 83 deletions

View file

@ -12,7 +12,7 @@ GET /oauth/authorize
This route should display a login form for the user to enter their username and password, as well as a list of OpenID providers to use if available.
The form should submit to [`POST /api/auth/login`](./auth.md#sign-in), or to the OpenID Connect flow.
The form should submit to the OpenID Connect flow.
Configurable in the Versia Server configuration at `frontend.routes.login`.