Skip to content

Data persistence

Pre-release
Pre-release
Compare
Choose a tag to compare
@g105b g105b released this 01 Mar 15:20

This minor pre-release takes steps to persisting the data to the session. The session can be the default PHP $_SESSION superglobal, or any class that implements the SessionContainer interface, as supplied by PHP.Gt/Session.

Using an object-oriented session handler allows developers to encapsulate the session data from the rest of their application and third party dependencies, which is really important for writing secure applications.

The login flow is started in this release, redirecting the user agent to the remote Authwave provider.