Skip to content

Better sockets CRUD options for authorisation +++

Compare
Choose a tag to compare
@polterguy polterguy released this 23 Jun 17:09
· 4892 commits to master since this release

This release allows you to explicitly declare who should receive published socket messages from your create, update and delete CRUD endpoint as you generate your CRUD apps. The options are as follows.

  • inherited (the same roles as the endpoint itself)
  • roles (comma separated list of roles)
  • groups (comma separated list of SignalR groups)
  • users (comma separated list of usernames)
  • none - Published to everybody listening to the relevant message(s)

In addition, I've fixed some minor UX things related to adding users to roles, creating an explicit button in the "Auth" menu item for adding users to roles, and also made some minor changes, such as making files in Hyper IDE open by default using the Markdown editor. The last point allows you to edit "unsupported" files types in Hyper IDE, as long as they are text based at least.