thingsdb / ThingsGUI

Graphical interface for managing ThingsDB
GNU General Public License v3.0
8 stars 0 forks source link

Authentication mask `USER` #237

Closed joente closed 1 year ago

joente commented 1 year ago

ThingsDB has a new authentication mask (USER) for the combination RUN|JOIN|CHANGE|QUERY. The GUI most likely needs to translate USER to the corresponding flags.

Example:

{
    "access": [
        {
            "privileges": "USER",
            "scope": "@collection:junk"
        }
    ]
}
AnjaBruls commented 1 year ago

Fixed in release v1.2.2.