Parisson / TimeSide

scalable audio processing framework and server written in Python
https://timeside.ircam.fr/docs/
GNU Affero General Public License v3.0
369 stars 59 forks source link

[Schema/Docs] Add securityScheme to schema #189

Closed gnuletik closed 4 years ago

gnuletik commented 4 years ago

As we are now moving the API to JWT tokens, the schema need to be updated according to the change.

Following the swagger docs, we need to :

I already manually made the change inside the SDK and it seems to work as expected. See https://github.com/Ircam-Web/timeside-sdk-js/commit/516064ef5033c4c811fb69cd2a8f53140639f6a0#diff-527e42f8a5bd34682a4175cdbfdee526

Tointoin commented 4 years ago

fixed. Pulled on sandbox.

gnuletik commented 4 years ago

Awesome ! Thanks for the fast answer & fix !

However, there's just a small typo : bearerFomrat instead of bearerFormat. The rest works like a charm :)