does anyone know of module/package that can verify based on the auth_tkt scheme, or something else that is lightweight? I have not been able to find one.
i basically just want to handle access within nginx via a cookie that is timestamped and signed, and redirect to another location on invalid/missing cookies (that will set them).