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 wanna use your clean and nice code in my project. but i have a critical issue about that. I want to pass specific data for getting access token. for example i wanna pass new code that generated from client id and client secret. How i can add that ?
I wanna use your clean and nice code in my project. but i have a critical issue about that. I want to pass specific data for getting access token. for example i wanna pass new code that generated from client id and client secret. How i can add that ?
curl -k -s -v -H "Content-Type: application/x-www-form-urlencoded" -H "Authorization: Basic b1BwcEJ5S0IwcXVPOjA3OGQ4MmQzZmVhYTQ1YzI5YmM3YTYxYTBmYWI1OTc5" -X POST 'https://localhost:5050/token' -d 'grant_type=authorization_code&code=798e589b5d4d4859b5a071cb6f3c6526&redirect_uri=https%3A%2F%2Fclient.example.org%2Fcb'
The text was updated successfully, but these errors were encountered: