Brano68 / Project2

0 stars 0 forks source link

[CarRentSecurity] - Create API Securiry Service #2

Open martinjanitor opened 3 years ago

martinjanitor commented 3 years ago

Create endpoint which will autentificate user.

martinjanitor commented 3 years ago

image

martinjanitor commented 3 years ago

Endpoint example: [base url]/oauth2/token Example of response: { "token_type": "Bearer", "expires_in": 3599, "ext_expires_in": 3599, "access_token": "[token]" }