Hello,
I have a Chirpstack instance running and I’m looking for a way to access users and make modifications to their gateways and devices through the backend of my application.
My application has a user management service itself so I just want to define one-to-one users on Chirpstack and access them.
As far as I found out, There is one dirty way to do this:
- Creating a new user on chirpstack when a new user registers and store the credentials. The call the Chirpstack endpoints using those credentials.
Is there any better way to do this without changing Chirpstack source code? Like defining a global API key.