Nabil Fadili

Results 4 comments of Nabil Fadili

Running into this as well. I've tried every combination of refs I can think of: - `uses: actions/labeler@v2` - 404 - `uses: actions/labeler@releases/v2` - 404 - `uses: actions/labeler@master` - Doesn't...

> @lynxtaa, that doesn't work for me. When using those headers from Node v12 on Windows to express server on same, I get the following error: > > `request to...

For anyone else looking to use this middleware with Nest, you can try something like this in your app.module.ts: ``` import { MiddlewareConsumer, Module, RequestMethod } from '@nestjs/common'; import {...

I have a tangential question regarding this: the `users` field being discussed here is not documented in the [get all roles](https://auth0.com/docs/api/authorization-extension?http#get-all-roles) endpoint in the API docs. Is this field safe...