Attached is a patch that will provide supports storing pgt's in a database using a new CAS_PGTStorageDb object that inherits from the base CAS_PGTStorage object.
I also implemented a generic setPGTStorage method that will allow other users to implement their own PGTStorage class and use it if their needs necessitate it.
Attached is a patch that will provide supports storing pgt's in a database using a new CAS_PGTStorageDb object that inherits from the base CAS_PGTStorage object.
This patch is dependent on the constructor fix in PHPCAS-93: PGTStorage class constructor name invalidClosed
I also implemented a generic setPGTStorage method that will allow other users to implement their own PGTStorage class and use it if their needs necessitate it.