immers icon indicating copy to clipboard operation
immers copied to clipboard

ActivityPub federated social media server for the metaverse

Results 15 immers issues
Sort by recently updated
recently updated
newest added

The current logic looks for a client with a registered redirectUri that matches exactly the protocol & host portion of the requested redirectUri. It was setup this way so that...

Finally got something working, but it does unfortunately require editing your hosts file so that `immer1:8081` and `immer2:8082` can point to the correct docker container both from the host machine...

This is the last broken peer dependency that prevents a clean upgrade to node 16/npm 8 https://reactrouter.com/docs/en/v6/upgrading/reach

If a client with the same id is already registered, immers server returns 500 whereas it should return 409 Need a process to remove and replace a client. If a...

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 5.0.1. Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5) This is a backport of the minor ReDos vulnerability in ansi-regex@<6.0.1,...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

There's a breaking change to passport, but I've sorted and tested the migrations. Also found a way to close one from dicer (via multer) with a special version, but still...

``` https://immers.space/auth/authorize?response_type=token&client_id=&redirect_uri=https%3A%2F%2Flocalhost%3A8443%2Fdoc%2FREST%2Foauth2-redirect.html ``` this url gives 400, but an empty client_id is supported for anonymous clients. Currently only works with `client_id=undefined` ``` https://immers.space/auth/authorize?response_type=token&client_id=undefined&redirect_uri=https%3A%2F%2Flocalhost%3A8443%2Fdoc%2FREST%2Foauth2-redirect.html ``` this gives 500 due to missing...

Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.0. Release notes Sourced from axios's releases. Release v1.6.0 Release notes: Bug Fixes CSRF: fixed CSRF vulnerability CVE-2023-45857 (#6028) (96ee232) dns: fixed lookup function decorator...

dependencies