This repository was archived by the owner on May 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 99* User management with support to assign users to applications.
1010* API authentication / authorization (JWT token) format has been updated
1111 (it contains the username instead of all the permissions of the user).
12+ See [ API documentation] ( api.md ) for more information.
1213* ` --jwt-secret ` / ` JWT_SECRET ` is now mandatory.
1314* An initial user with * admin* / * admin* credentials will be created (change
1415 this password immediately!).
Original file line number Diff line number Diff line change @@ -129,6 +129,8 @@ you want to change the config variable `POSTGRES_DSN` into:
129129POSTGRES_DSN=postgres://loraserver:dbpassword@localhost/loraserver?sslmode=disable
130130```
131131
132+ An other required setting you must change is ` JWT_SECRET ` .
133+
132134### Starting LoRa App Server
133135
134136How you need to (re)start and stop LoRa Gateway Bridge depends on if your
@@ -204,6 +206,7 @@ INFO[0005] grpc: addrConn.resetTransport failed to create client transport: conn
204206To access the web-interface, point your browser to
205207[ https://localhost:8080 ] ( https://localhost:8080 ) . Note that it is normal that
206208this will raise a security warning, as a self-signed certificate is being used.
209+ To login, use * admin* / * admin* (don't forget to reset this password!).
207210
208211To access the REST API endpoint, point your browser to
209212[ https://localhost:8080/api ] ( https://localhost:8080/api ) .
You can’t perform that action at this time.
0 commit comments