Open martinjanitor opened 3 years ago
Create endpoint which will autentificate user.
Endpoint example: [base url]/oauth2/token Example of response: { "token_type": "Bearer", "expires_in": 3599, "ext_expires_in": 3599, "access_token": "[token]" }
Create endpoint which will autentificate user.