What are people using to do authentication ticketing from mp? Nothing
jumps out of CPAN at me, mostly because what I've seen just makes md5's
out of username/password/expiration. Any recommendations?
What were you expecting it to do beyond making a hash for verification?
My point was that I don't need a CPAN module to verify hashes. Features could include a mechanism for rotating a key on the servers being accessed, IP verification ... and other features I can't think of. :-) I didn't see anything on CPAN that does stuff like that, and wondered if anybody had had experience with something "standard", or if this was typically home-grown, as in my case.
- Dan