[jifty-devel] Re: [Jifty-commit] r1367 - in jifty/trunk: lib/Jifty

Jesse Vincent jesse at bestpractical.com
Mon Jun 26 11:23:55 EDT 2006


This isn't really an accurate description of what LetMes do. They
provide a way to generate URLs which

1) validate a the user's identity
2) expose only a specific url or set of urls for access

But they're all about "letting a specific user get at some page or
perform some action" and not so much about confirming identity.



On Mon, Jun 26, 2006 at 10:23:07AM -0400, jifty-commit at lists.jifty.org wrote:
> Author: srl
> Date: Mon Jun 26 10:23:05 2006
> New Revision: 1367
> 
> Modified:
>    jifty/trunk/   (props changed)
>    jifty/trunk/lib/Jifty/LetMe.pm
> 
> Log:
>  r5214 at lightning:  srl | 2006-06-26 10:22:26 -0400
>  Explained LetMes a bit further.
> 
> 
> Modified: jifty/trunk/lib/Jifty/LetMe.pm
> ==============================================================================
> --- jifty/trunk/lib/Jifty/LetMe.pm	(original)
> +++ jifty/trunk/lib/Jifty/LetMe.pm	Mon Jun 26 10:23:05 2006
> @@ -19,6 +19,11 @@
>  Create a new "LetMe" authentication object; it takes no parameters.
>  It calls L</_init> to do any initialization.
>  
> +A LetMe is a way to provide a one-time-use URL to confirm someone's
> +identity. For example, you can put a LetMe URL in an email to a new user,
> +so that when they click on the URL you know that their email address
> +is valid.
> +
>  =cut
>  
>  sub new {
> _______________________________________________
> Jifty-commit mailing list
> Jifty-commit at lists.jifty.org
> http://lists.jifty.org/cgi-bin/mailman/listinfo/jifty-commit
> 

-- 


More information about the jifty-devel mailing list