You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searching this code and dont see register routes. When i use routes */oauth/token and send grant_type='password', client_id, client_secret i must send username and password too. When i find it? When i using grant_type='client_credentials' i get token without username and password but when i try send request GET on /me i get Unauthorized error.
The text was updated successfully, but these errors were encountered:
I searching this code and dont see register routes. When i use routes */oauth/token and send grant_type='password', client_id, client_secret i must send username and password too. When i find it? When i using grant_type='client_credentials' i get token without username and password but when i try send request GET on /me i get Unauthorized error.
The text was updated successfully, but these errors were encountered: