JWT Endpoints
JwtController<TUserKey, TUser>
JWT Create
Use this endpoint to obtain jwt.
Default URL: /jwt/create
Authorizations : (Jwt or None)
Method | Request | Response |
---|---|---|
POST |
|
HTTP_200_OK
|
JWT Refresh
Use this endpoint to refresh jwt.
Default URL: /jwt/refresh
Authorizations : (Jwt)
Method | Request | Response |
---|---|---|
POST |
|
HTTP_200_OK
|
JWT Verify
Use this endpoint to verify access jwt.
Default URL: /users/set_password
Authorizations : (Jwt)
Method | Request | Response |
---|---|---|
GET | - |
|