Skip to content
Snippets Groups Projects
Commit 5142e1fd authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Corrected path in docs

parent be0a71a8
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
There are two end points that you can use for authentication
```
[VIPSLogic_URL]/auth/login
[VIPSLogic_URL]/rest/auth/login
```
This is a POST service where you provide the credentials like this in the request body:
......@@ -31,7 +31,7 @@ The response upon a successful login is with a status of 201 (created) and this
The UUID is valid for 30 days. To check if it's still valid, use this endpoint:
```
[VIPSLogic_URL]/auth/uuid
[VIPSLogic_URL]/rest/auth/uuid
```
And provide the UUID in the Authorization header. If the UUID is invalid, either because it never existed or has expired, the service returns HTTP status code 404 (Not found). If the UUID is valid, you get the basic user information, for example this:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment