On Wed, Jun 17, 2015 at 6:58 AM, <[email protected]> wrote:

> expand the documentation for a couple of deeply worked examples.  Still
> quite new to Mojolicious, I'm working my way through the docs to implement
> authenticated sessions for a site and would've appreciated something that
> packages all the pieces together: put authentication here, all
> authenticated routes go here, non-authenticated routes go over there,
> handle authentication failures and logouts this way and implement mixed
> http/https calls like so.


I second this!  The Blog example of Mojo::Pg
<https://github.com/kraih/mojo-pg/tree/master/examples/blog> is really
awesome.  We just used it to build a replacement
<https://github.com/KeystoneIT/Ama> for Google Moderator
<https://www.google.com/moderator/> (since it's shutting down in two weeks)!

It would be great to have the simple blog example be expanded to have an
Ajax interface that did not do a page refresh for each action, use
non-blocking form in the Mojo::Pg models, and have a simple authentication
system with authorization requirements for specific routes.

Just like with the blog example, each of the additional examples wouldn't
need to be much, just enough to demonstrate best practices.

-- 
You received this message because you are subscribed to the Google Groups 
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.

Reply via email to