WebThingsIO / gateway

WebThings Gateway
http://webthings.io/gateway
Mozilla Public License 2.0
2.61k stars 333 forks source link

OAuth: List authorizations by token #765

Open hobinjk opened 6 years ago

hobinjk commented 6 years ago

The list is currently of authorized third parties when it could be much more interesting as a list of all tokens grouped by third party with logging of each individual token's uses.

hobinjk commented 6 years ago

From #924 a more user story style description: "When I create multiple local tokens in the settings, I can see in db.sqlite3 jsonwebtokens tables that they are created correctly, however I don't see a list of them in the setting page.

Also I think it would be a good addition to be able to name them and be able to open them to view the token after the initial creation."