Evert Pot

Results 129 issues of Evert Pot

Snyk has created this PR to upgrade mysql2 from 3.11.2 to 3.11.3. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify...

There's a lot of cases where users will want to chain multiple commands, one obvious pattern we support is: const res = await resource.follow('a').follow('b') This works because `.follow()` returns a...

enhancement

Servers adding parameters to requests and responses comes up a lot: * #139 * #133 * #91 * #140 I'm also looking into the ['OAuth 2.0 for First-Party Applications'](https://www.ietf.org/archive/id/draft-parecki-oauth-first-party-apps-00.html#name-registration) draft,...

question

The tuple syntax is clunky and we can significantly improve the developer experience by introducing a few classes such as Dictionary, List and Item. It might be nice to keep...

Since a few versions we now have a new 'login challenge' system that is an abstraction over all the different authentication methods and authentication factors users use. This is used...

Users resources should have the following fields attached to it (all optional) * givenName * middleName * familyName * birthDate * address (JSON type with fields `address: string[], locality, region,...

enhancement

Add a system that throttles many requests happening in a short time. This should be added to `src/kv` and should be supported by all backends. Step 1: ------ This should...

enhancement
epic
onlydust-wave

a12n-server should include a re-usable web component that shows password strength as the user types in their password. This indicator should be entirely client-side and is just meant as a...

enhancement

When a user is redirected to the `/authorize` endpoint using an OpenID Connect client, we should support the `login_hint` query parameter here. `login_hint` can be the username or email address....

onlydust-wave