Malteish

Results 30 issues of Malteish

### What you did - created a business test deployment in the passbolt cloud - created new user in frontend - new user received email, started onboarding process - new...

bug

### Is there an existing issue for this? - [X] I have searched the existing issues ### RainbowKit Version 0.12.4 ### wagmi Version 0.12.4 ### Current Behavior ### What works:...

- [x] Would it be a good idea to use asymmetric keys in our jwt? Are they available both in backend and delivery service? Then do it. - [x] issue...

# Background Currently, both backend and delivery service store the user's "profile" in their database. Since the profile should ideally be managed on-chain, only one source of truth should ever...

https://github.com/dm3-org/dm3/blob/16cfea7b03613b98f1305814be087fd3f7d25b14/packages/lib/delivery/src/UserProfile.ts#L47 This suggests that something was added as workaround. Understand this and decide how to handle it.

[The specification states](https://dm3.readthedocs.io/en/doc-latest/specification/message-transport/mtp-deliveryservice-api.html?highlight=dm3_getProfileExtension#id5) that `getProfileExtension` should return information on which functions and which encryption this user supports. Instead, it returns `notSupportedMessageTypes: NEW` for every user. ``` $ curl -X POST...

These commands created a new certificate and loaded it in nginx during a manual fix session: ``` docker compose up docker exec -it nginx nginx -s reload ``` Ask Daniel...

manually extracting the information if a test failed from 100+ lines of terminal is error-prone