-
Oso is an Authorization framework for Python found here:
https://docs.osohq.com/index.html
A prototype to gain familiarity with the library as well as to demonstrate how to build authorization pol…
-
**Describe the bug**
I had specter open for a few days. I clicked the red ghost to go home, and got internal server error white screen. OSX with internal specter node. The node seems to have gone o…
skwp updated
5 months ago
-
### **Code**
```python
# The run.py file
from decouple import config
from flask import Blueprint
from api import app, application
from api.routes import configure_routes
if __name__ =…
-
- [x] cleaning du SCSS
- [x] delete routes flask et flask admin
- [x] API endpoints pour backoffice frontend
- [x] clean scoped css in vue components
- [x] balises et fonctions JS/python en anglai…
-
Currently endpoints are a mix of endpoints ending in slashes `/login/` and not ending in slashes `/pipelines`. Similarly the `orchest-api` includes slash for some paths, but not for others. As does th…
-
Started happening on the phone recently.
I hear the word pronounced, but the exercise does not render.
![PHOTO-2024-11-03-09-42-34](https://github.com/user-attachments/assets/4b05b2be-9c81-433e…
-
-
Hi everyone,
I have written an API using Flask-Restful. Various endpoints are protected with @jwt_required() decorator from flask_jwt_extended. All these endpoints don't show up in Swagger although…
-
For methods that create entries in the database (currently only the `POST` method of `/data-sources`), it may be useful to do the following:
1. Break up endpoints more explicitly into sub-endpoints -…
-
It is great to be able to change the monitoring level in the ui. Having a lot of endpoints (that are e.g. generated by Flask-Admin), I do not want to monitor nor see those or even others I created man…