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
{{ message }}
This repository was archived by the owner on Dec 3, 2021. It is now read-only.
I am facing issue related to requesting accesstoken using code. I am using custom Oauth2 server in which accesstoken and refreshtoken can generate using post request. In this request parameters need to be send in request body. In this module paramter is sent as query parameter with URL. I can't able to generate accesstoken using auth code.
As you can see in image, This package is requesting accesstoken api with query string.