There are two ways to connect to StellarDS if I understood correctly.
- Using Client ID and Client Secret: Since I do not want to store these values on the client I can create some "secured" php service that returns them from a server.
- Using Access-Token: The access token must be created by an admin on the StellarDS website with a certain lifetime and "sent" to the user, which is also not a good solution. Is there a way a user can get an access-token from StellarDS in another way by API or similar ?
Both ways I want to go do not seem very sexy to me. How do you deal with this issue ?
Thanks in advance!