Ticket #46 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Create an authentication layer

Reported by: mikey Assigned to: mikey
Priority: major Milestone: 0.3.0
Component: MVC Version: SVN-trunk
Keywords: Cc:

Description

Stubbles should support authentication within its mvc packages. Pages and page elements should be aware of the possibility to check the authentication of the current user.

Change History

05/07/07 22:37:25 changed by schst

The package should be split into Auth and Perm. This way an application can be accessible to all authenticated users but parts might be restricted to users with the required permission.

07/02/07 10:39:47 changed by mikey

  • version set to SVN-trunk.
  • milestone set to 0.3.0.

07/03/07 21:35:27 changed by mikey

  • status changed from new to assigned.

07/03/07 23:17:34 changed by mikey

First implementation proposed with changeset 754. Needs discussion and approval before further development. Perm has not been incorporated, will get a seperate package if it all.

07/09/07 23:48:15 changed by mikey

  • status changed from assigned to closed.
  • resolution set to fixed.

Finished with changeset 756.

For the time being support for perm will not be implemented. It is up to the application to define a permission scheme for itself and to transport it via stubAuthResult's authData property.