Bruno Penso
Bruno Penso
### Firebase idToken and Cloud Function Authorization I was looking to this documentation: - https://github.com/firebase/functions-samples/tree/main/authenticated-json-api - https://github.com/firebase/functions-samples/tree/main/authorized-https-endpoint Both documentation are not clear about the following cenario. I have a user...
Hi, I'm implementing openid authentication with Microsoft AD and I'm facing a problem when in the requestUserInfo method do a http request to userinfo_endpoint to get user attributes such as...
Change the method requestUserInfo to consider all the 2XX status code as success
Hi Guys, I'm using the validator but I would like to avoid json validation, so I set my validator to this: ```json const obj = await SwaggerParser.validate(filePath, { parse: {...