»

LJ::get_remote_noauth

LJ::get_remote_noauth — returns who the remote user says they are, but doesn't check their login token. disadvantage: insecure, only use when you're not doing anything critical. advantage: faster.

Use

LJ::get_remote_noauth

Source:

cgi-bin/ljlib.pl

Returns:

hashref containing only key 'user', not 'userid' like LJ::get_remote.