Jan
11th
Sun
11th
phplifestream just got a bit easier to use
Just added
- Possible to add update and delete services, not a minute to late
- Login based on OpenID
Login is controlled via the config file app/conf/auth.ini auth is only enabled in production mode but can be changed in this config via the property auth.enabled.
To test open id in development mode add the following line to app/conf/auth-identities.ini below the development section.
[development : production] auth.identities.myusername = my open id
The file deploy_env.properties.example is updated with examples of how to add auth properties too.
Get the source from GitHub