Simon Ouellet
Simon Ouellet
Hi, Is it possible to catch the "Scope not matched" and display a more accurate message to the user. `app.include_router( manager.router, prefix="/manager", dependencies=[Depends(auth.scope('cognitogroup1))], ) ... @router.get("/units") def list_units( current_user: AccessUser...
Hi, we are getting this error using t:uri.cObject using the V12 branch. ``` Call to undefined method TYPO3\CMS\Core\Http\ServerRequest::getPluginName()Call to undefined method TYPO3\CMS\Core\Http\ServerRequest::getPluginName() ``` ``` ``` To 'dirty' fix this, we've...