Tochukwu
Tochukwu
@Tatsh This has been resolved. Another solution to this would be to create the schema manually and pass ModelConfig
@ockan `@Injectable` is used to define the lifetime scope of the provider object. If you don't use `@Injectable`, and you register the service on the `AppFactory` or `Module` the application...
@DMunkei I can only suggest your access token should be short-lived. But also, I am thinking refresh token request is using at the end of access-token or is that different...
Yes that's the correct behavior.
yes, unless you keep another list on your application. you blacklist both access token and refresh-token. That's if the access-token is available when blacklisting refresh token. Also, I think if...
@DMunkei can you please close this ticket if everything is okay now
@Bouni ```python @api_controller("/tools") class ToolModelController(ModelControllerBase): model_config = ModelConfig(model=Tool, schema_config=ModelSchemaConfig(depth=1), pagination=None) ```
Will update the documents for that
@tmorgan497 You may have to create this ticket on django-ninja repo. because the base class for Throttling have been moved to django-ninja repo.
@unode I will look at the export function and see if there is a way to add permission or use the x-fields from OpenAPI spec