Skip to content

Commit

Permalink
Merge pull request #21 from Osndok/patch-1
Browse files Browse the repository at this point in the history
Update API authentication documentation
  • Loading branch information
ThomasVon2021 authored Dec 9, 2024
2 parents 9159585 + a1fb159 commit 6d1a0f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/dev_api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ This document is the HTTP API development manual for BLIKVM OS. If you have new

### **Authentication**

This API is used for user login and returns an access token. Some APIs within the system require a valid token for access.
This API is used for user login and returns an access token. This token expires after 12 hours and can be presented as a bearer token for APIs that require authentication.

- Request URL: `http://kvmip/login_api`
- Request Method: GET
- Request URL: `https://kvmip/api/login`
- Request Method: POST
- Request Body: JSON format, for example:

```
Expand Down

0 comments on commit 6d1a0f2

Please sign in to comment.