ForkbombEu / DIDroom_microservices

DIDroom credential issuer part of Forkbomb's SSI solution
1 stars 0 forks source link

Replace hardcoded urls in .well-known with placeholders who are obviously placeholders #131

Open andrea-dintino opened 4 days ago

andrea-dintino commented 4 days ago

Problem

Currently in the .well-known files, there are some URLs that can be confusing for the users, as well as an a public key that can't work.

Therefore, for each of the .well-known files:

puria commented 4 days ago

It would be very helpful to have a small check that displays a HUGE warning box when these values are not replaced, alerting the user that the .well-known configuration is broken.

This feature would save a significant amount of debugging time. When it comes time to implement this, we can discuss the details, perhaps by using an .autorun script.