SamuelPull
SamuelPull
- [x] I have searched the [issues](https://github.com/openkfw/TruBudget/issues) of this repository and believe that this is not a duplicate. ## Summary 💡 Configure eslint import rules to conform to TypeScript Hero...
### Checklist - [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/openkfw/TruBudget/blob/main/.github/CONTRIBUTING.md#open-a-pull-request). - [ ] I fixed all necessary PR warnings - [x] The commit history...
### Checklist - [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/openkfw/TruBudget/blob/main/.github/CONTRIBUTING.md#open-a-pull-request). - [x] I fixed all necessary PR warnings - [x] The commit history is...
- [x] The feature was discussed based on security audit findings and current best practices - [x] I have searched the [issues](https://github.com/openkfw/TruBudget/issues) of this repository and believe that this is...
## Description 😯 For `token` Switch to RS needs changing symmetric sign/verify to asymetric private/public. `jsonwebtoken` library signs JWT. `@fastify/jwt` verifies JWT - [x] Change JWT signing algorithm to RS256...
### Checklist - [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/openkfw/TruBudget/blob/main/.github/CONTRIBUTING.md#open-a-pull-request). - [x] I fixed all necessary PR warnings - [x] The commit history is...
The bug: At some point, there was a bug while authenticating with the admin user (which is used to create all projects/components/etc. automatically). Only this user was concerned, and no...
- [x] I have searched the [issues](https://github.com/openkfw/TruBudget/issues) of this repository and believe that this is not a duplicate. ## Description 💡 Add documentation about telemetry, required env variables, ...

@SamuelPull would you consider other status code? E.g. 409 - conflict, since the input was incorrect due to already existing connection. _Originally posted by @galethil in https://github.com/openkfw/TruBudget/pull/1731#discussion_r1533520864_