Andreas Fitzek

Results 11 issues of Andreas Fitzek

This is still WIP, but it should already work.

Change-type: minor Signed-off-by: Andreas Fitzek

versionbot/pr-draft

Change-type: minor Signed-off-by: Andreas Fitzek

We should use a transaction for the different pine requests in `src/routs/devices.ts/receiveOnlineDependentDevices`

### Description Auth0 integration works now with jwks urls. Auth0 fixed the bug with the incorrect kid calculation. One still has to revoke a key that was created before the...

This stores the api key values as sha256 hashes. The database values are prefixed with 'SHA256:HEX:' to indicate, which hash algorithm and which encoding are used. Depends-On: https://github.com/resin-io-modules/sbvr-types/pull/14 Change-Type: major...

This adds an optional external whitelist of roles available to a user. We want to be able to restrict credentials (like a JWT), to only a given subset of the...

Utilize the caches that perform query translation to find the most executed queries and make these queries prepared statements. This should speed up the execution of the most often ran...

enhancement

We want to be able to restrict credentials (like a JWT), to only a given subset of the roles the user actually has and therefore only to the permissions associated...

enhancement