Customize token auth

Hi there!

There is a small feature that I think it would be cool to have. On the token authentication, maybe we should be able to customize the token word (we use “Token” instead of “Bearer”). Now we don’t use the authentication feature and use a custom header instead because this way we can customize it.

Thanks!

Same here. Currently I am using a script to put Authorization: Token {{auth_token}} into every header before importing it to postman, just to get this working.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.