Xavier Raffin
Xavier Raffin
I am running a blog with Liva and the search results page returns 404. URL: https://visualping.io/blog/ Search result: https://visualping.io/blog/search?s=monitor My config.toml: ```toml ######################## default configuration #################### baseURL = "https://visualping.io/blog" languageCode...
As mention in the [documentation](https://github.com/awslabs/aws-amplify-identity-broker/blob/master/Documentation/UserDocumentation.md#difference-with-the-oidc-standard), there is one small exception to the standard that the broker makes: _/oauth2/userinfo: The Oauth2 standard stipulate that the UserInfo endpoint MUST accept Access Tokens...
Amplify framework recently release a new feature that allow the user to inject some static headers from a Amplify hosted environment: https://docs.aws.amazon.com/amplify/latest/userguide/custom-headers.html It will be nice to create such a...
**Is your feature request related to a problem? Please describe.** We have an Amplify project that uses Cognito and Auth.federatedSignIn. We have multiple environments: prod, preprod, dev, QA, ... For...
This project should update the build tooling. Gulp -> npm tslint -> eslint
### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...
**Reason for doing this:** NestJS is now in version 10 and this package brings conflicting obsolete dependencies to NestJS projects using it. Updating the package dependencies: * nestJS 10 *...