sedovalx / oauth2-tester

Small application to test responses from different OAuth 2.0 API endpoints
0 stars 0 forks source link

Support for different types of tokens #21

Open sedovalx opened 8 years ago

sedovalx commented 8 years ago

Bearer, what else?

sedovalx commented 8 years ago

I think the placement of the token in the API request dependes on it's type. For now the requestSuggester only supports the placement in the Authorization header on the request. It is always possible to put in in the query params or in the body of the request via editor.