Dominic
Dominic
@kgoel085 link is down
@leanderhoedt the auth service in my code needs some more properties like mailer and dispatcher... I've tried with Container.get(AuthService)... but then the dependencies wont be injected... Im unable to add...
@Nikola-Milovic nope... but didn't check "Dependency Injection in tests #70"
idk why test should fail!?
Okay... Will do this in this PR...
@rijkvanzanten updated the code to more specific proxy configuration including some undici sample implementation :)
> Do we need the methods list definition in the proxy config over using `string` for it? On the frontend the request method is an open input field allowing for...
> As far as i can tell this is currently only used for flows and telemetry 😬 or will this be abstracted to `@directus/shared` for usage in the App and...
> @domsen123 Mind adding these new request environment variables to https://docs.directus.io/self-hosted/config-options.html ? A separate PR has to be opened in https://github.com/directus/docs. Ref: [directus/docs#201](https://github.com/directus/docs/pull/201)
it can throw an error when the token was revoked before (error.code === 'auth/id-token-revoked') as the verification is part of the plugin "./runtime/auth/plugin-mint-cookie.client.ts", I dont know, where we can propagate...