I have fixed it. by default system is predefined the parameters ->get('rest'); this works fine
This is the header of the postman
Content-Type:application/json
Authorization:Bearer 78f2827f2f752c68a3e3949b8cb3cf54d7285b02
X-CSRF-Token:dikajijArsGnTMMrUi_R0fGjUyyhSqIeIfRUdexPxzI
Bearer token is generated at oauth2 module and Csrf token generated at CsrfTokenGenerator class and validation also done in the same class
public function get($value = '') { - generate
public function validate($token, $value = '') { - validate
arulfrancis → created an issue.
I have already posted a post for a issue clarification but still my account is not confirmed.
arulfrancis → created an issue.