github polterguy/magic v9.3.9
Better sockets CRUD options for authorisation +++

latest releases: v17.3.9, v17.3.8, v17.3.7...
2 years ago

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.

Don't miss a new magic release

NewReleases is sending notifications on new releases.