Table of Contents

User Comments

open-ils.auth.authenticate.complete

Client provides the username and passwordhash (see open-ils.auth.authenticate.init). If their password hash is correct for the given username, a session id is returned, if not, "0" is returned

open-ils.auth.authenticate.init

Generates a random seed and returns it. The client must then perform md5_hex( $seed . md5_hex($password) ) and use that as the passwordhash to open-ils.auth.authenticate.complete

open-ils.auth.session.delete

Pass in a sessionid and this delete it from the cache

open-ils.auth.session.retrieve

Pass in a sessionid and this returns the username associated with it

opensrf.open-ils.system.fieldmapper

what I do