Adam Mertz

Results 14 issues of Adam Mertz

Seems at least imo UUID serialization should be supported out of the box.

We're attempting to migrate our app to use read only db endpoints. In our implementation we decided that the read only endpoint should be the default endpoint i.e. you must...

bug
question

**Describe the bug** When duplicate simultaneous requests are sent to the `POST /oauth2/token` via a refresh grant on the same refresh token we get an `IntegrityError` **To Reproduce** - Get...

bug

**Describe the bug** If you try and use a client credentials app as an authorization code app flow it will cause an assertion error to be thrown. **To Reproduce** -...

bug

I'm still running `djangosaml2idp==0.6.3` and running into an issue w/ the logout view. It looks like the `resp` is already a string and not an object causing an exception to...

- `cryptography` package appears to have a dependency on Rust now. https://github.com/pyca/cryptography/issues/5771 - IDP XML appeared to be out of date.

Would be nice to be able to define a custom `Server` class used out of the `saml2` library. We use AWS XRay as an APM and often have to override...

Django has an undocumented "swappable" feature. I think we should consider implementing the models as "Abstract" and take advantage of this. Here is an example of it in django-oauth-toolkit. This...

There are a few places where we're throwing `Exception` as well as `ValueError`. I think for sure with the generic `Exception` we should be more specific about what is being...