vrata
vrata copied to clipboard
How use this gate to register user?
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.