mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 03:18:53 +00:00
7dcd488278
* [typescript-axios] Fix Bearer authentication
It was generated the same as Basic authentication. Now we handle both cases differently.
Fix #1446
* [typescript-axios] Bearer authentication : use config.accessToken instead of config.password
As it is done in the angular client:
|
||
---|---|---|
.. | ||
openapi-generator | ||
openapi-generator-cli | ||
openapi-generator-gradle-plugin | ||
openapi-generator-maven-plugin | ||
openapi-generator-online |