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.
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.