Login Ticket API
This is a pure API module, providing functions for generating login tickets.
A login ticket consists of an automatically generated pass code, an expiration date, and a user who may log in with the pass code. This module provides functions for generating, retrieving and deleting login tickets, as well as checking validness of a given pass code and, given a valid code (while not requiring username and password), logging the concerned user in.
The Login Ticket API was designed to act as backend for modules like Temporary Invitation and Site Pass, with less (but still some) parts of the API being suitable for the Invite module as well.
Only fetch this module if another required module depends on it, or if you want to use it in order to build your own.
Disclaimer
I (jpetso) am currently away from the Drupal community for quite some time, and won't be able to maintain this project as much as I'd like to. I hope that my company continues work on it, but if their work is not sufficient and you feel like taking co-maintainership, please get in contact with fago and it can surely be worked out. See you in 2009! (hopefully.)
Releases
| Official releases | Date | Size | Links | Status | |
|---|---|---|---|---|---|
| 5.x-1.5 | 2008-Mar-04 | 9.99 KB | Download · Release notes | Recommended for 5.x | |
