Thomas Quandt
Thomas Quandt
Hello, i would like to be assigned to this issue. What is the usual way of communication between developers (e.g. Slack)? As is stated in the docs, i would like...
@richard-cox I'm almost done implementing all features before i switch over to adding/adjusting the tests, but i have a few questions which would be great if i could solve them...
Thank you for the response! I was thinking that displaying the username instead of the first-/lastname could be a possible security issue, but since users can't see other user endpoints...
3. I'm currently thinking about two options: a) As you said, admins could just create their own endpoint to connect, which would delete the user-endpoint b) What if an admin...
Upon further consideration, I think it's best not to allow admins to connect to user-endpoints like initially suggested. The reason for that is to disallow admins or users to connect...
Something came to mind while looking through the docs again and reading your answers. In my understanding, the [Backend Plugins](https://stratos.app/docs/extensions/backend) are for adding endpoints, middleware and routes to Stratos. I...
Thank you for the answers! `I think the db changes should not be gated on the config value. ` I will change that so that the id of the user...
Thank you! I will change it to the behaviors you described.
@richard-cox `The cnsi guid should not include the creator's id. The predermined nature of url --> endpoint guid was added intentionally for a company. Isn't this information available via the...
This is very helpful to know. So if i understand correctly, i can do the following: - Admin endpoints will still generate the same guid as before - User endpoints...