Ivan
Ivan
Develop a multitasking environment for DreamOS. Actually 80% of that task is completed. We still need: 1. PageDir switch during task switch (check if map_kernel function works) 2. When a...
i.e. vgaromimage romimage
I.e. if i have authenticated API, that uses JWT token, is there a way to have it enabled using apiman? ``` { "openapi": "3.0.1", "info": { "title": "Example app", "description":...
I was trying the allow_cors option on the latest version 1.5.0, and when trying to start the server having the `allow_cors=True` inside the setup_swagger function, i get the following error:...
**Describe the bug** I tried to use the basic example from tornado_swagger, `examples/simple_server.py` Once the server has been launched. i can navigate to the main swagger page using `localhost:8080/api/doc` But...
This should fix issue #77 (And it will add support for jwt token as asked in my question #79 )
I was trying to use tornado-swagger, with a jwt token authenticated project. I tried to follow the auth-server example: https://github.com/mrk-andreev/tornado-swagger/blob/master/examples/auth_server.py Where the security is specified in the `setup_swagger` call: ```python...
The actual solution works, but is not totally correct (it doesn't cover scenario), so it has to be improved (probably partially rewritten)