libAuthentication
libAuthentication copied to clipboard
What about a name change for something conveying WebID
libAuthentication looks like generic purpose PHP authentication... although it seems to be closely tied to WebID.
May I suggest a renaming to something like libWebIDconsumer or something like that ?
Best regards,
Good point. Was originally intended as a all purpose library, but only a few implementations got added.
Renaming could be a good idea.
I'd like to rewrite this to exclude the MySQL dependency, perhaps using Graphite
Yeah. We can expect most apps using it having their own way of managing persistence, and ARC2 can work quite some tasks in memory only, in principle.
Graphite seems interesting, yes.