Darrel O'Pry
Darrel O'Pry
upgrade to graphiql >= 1.4.7 see: https://github.com/graphql/graphiql/blob/main/docs/security/2021-introspection-schema-xss.md also applies to #104
When running the tests for the example in main, 44d9cec3766107c82556dc3d315c1ffe2f4dc999 I am getting the error ``` graphql.error.located_error.GraphQLLocatedError: Your 'site' filter value of 'b' returned multiple sites. Try adding a port...
**Is your feature request related to a problem? Please describe.** I was setting up authorization for a SPA and had to do quite a bit of digging to figure out...
implement [OpenID Connect RP-Initiated Logout](https://openid.net/specs/openid-connect-rpinitiated-1_0.html) * [ ] add post_logout_redirect_uri to application model * [ ] implement `end_session` endpoint conforming to [Section 2](https://openid.net/specs/openid-connect-rpinitiated-1_0.html#rfc.section.2) * [ ] add end_session_endpoint to discovery...
Implement [OpenID Connect Session Management](https://openid.net/specs/openid-connect-session-1_0.html) * [ ] add chcek_session end point per [Section 3.2](https://openid.net/specs/openid-connect-session-1_0.html#rfc.section.3.2) * [ ] add check_session_iframe to discovery metadata per [Section 3.3](https://openid.net/specs/openid-connect-session-1_0.html#rfc.section.3.2)
For those of us using typescript we are running into issued with @types/webpack, @types/webpack-dev-middleware published by DefinitelyTyped. It would be nice if this packaged included it's own types so we...
It would be nice to manage Object specific permissions from the Group or User forms as well as from the models themselves.
As far as I can tell in [wagtail_headless_prevew.models.HeadlessPreviewMixin.serve_preview](https://github.com/torchbox/wagtail-headless-preview/blob/f289aaf03170cd343a7345b4922a06b015052af1/src/wagtail_headless_preview/models.py#L102), use_live_preview is never true, even when ?live_preview=true is passed to the endpoint, which means the signal that triggers the subscription update is...
Override all Django code calling Pillow, so that we can more easily implement SVG support, #1708 when it lands in Willow, https://github.com/wagtail/Willow/pull/99. _Please check the following:_ - [x] Do the...