Skip to content

Authenticator class

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

The Authenticator class is the main part of the client library. This patch pre-release introduces the use of Token and InitVector classes.

Integration has been made with PHP.Gt/Session to allow for any object oriented session handler to be used, which allows for encapsulated session data storage. The decision has been made to design this library to still work with the standard PHP $_SESSION superglobal, which is especially useful for helping learning how Authwave works.