Release v2.2.0 #1726
hylkevds
announced in
Announcements
Release v2.2.0
#1726
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
FROST-Server version 2.2.0 brings the much requested FineGrained Authorization. Using this it is possible to specify in details what a user is allowed to read, create, update and delete. The rules for this can take into account what the relations are that each Entity has with other Entities, as deep as required. Setting this up correctly is not trivial and a mistake in the authorisation may inadvertently open your data for reading or even editing. Therefore, we strongly recommend you contact us for support if your use case requires fine-grained authorisation. Examples of this feature in action are FROST-Server.Plugin.SecurityTest and FROST-Server.Plugin.GeoTech.
New Features
$filter=property eq null
and$filter=property ne null
.in
keyword.See the v2.2.x branch for the full Changelog.
Beta Was this translation helpful? Give feedback.
All reactions