github polterguy/magic v8.2.3
Major improvements in scaffolded frontend

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

Version 8.2.3

Magic (main)

Re-engineered the authorization parts in the generated frontend, such that
it's now 100% dynamically. Did this by creating a new "authorization" endpoint,
in the backend, that once invoked will return every endpoint, its verb, and
a list of roles allowed to invoke the endpoint - Which again is used to dynamically
determine if the user has access to invoke endpoint or not.

Cleaned up the frontend generator's result, such that it's much more fault
tolerant. Among other things, it'll now generate components for entities
that doesn't have a PUT/update endpoint, still allowing for all other
CRUD operations. Also significantly cleaned up the authorization logic,
implementing component to component cross communication, using subscribers,
such allowing for authenticating, and having the view update completely,
without having to reload the page, etc.

magic.endpoint

Fixed a bug in meta data retrieval, where it would not trim names of roles
that are allowed to access an HTTP endpoint.

Don't miss a new magic release

NewReleases is sending notifications on new releases.