Skip to content

0.5.0

Compare
Choose a tag to compare
@jschnasse jschnasse released this 04 Aug 08:57
· 2001 commits to master since this release
  • implements regal-api in play2
  • adds user roles edoweb-admin, edoweb-editor, edoweb-reader, edoweb-anonymous to the interface
  • authorized access via basic auth is now required for all api operations.
  • object access can be controlled by setting accessScheme to public,private or restricted
  • standard installation is supported via regal-install
  • standard configuration uses a FakeUser authentication which allows you login with a role, e.g. edoweb-admin and an arbitrary unchecked Password.
  • different authentications can be applied by implementing the models.User interface and configuring the
    regal-api.userImpl property