Re: [Mojolicious] bypass authentication of static objects

2019-04-16 Thread Stefan Adams
The only hook

I see -- a before_dispatch -- can be disabled by not autoloading the user
data
.
before_dispatch
 is emitted
right before the static file server, so perhaps not autoloading the user
data could bypass involvement of authentication for objects under "public"?

On Tue, Apr 16, 2019 at 6:36 AM Rajesh Mallah 
wrote:

>
> Hi ,
>
> I am using Mojolicious::Plugin::Authentication
> is it possible to bypass the involvement of authentication
> for objects under "public" ?
>
>
> regd
> mallah.
>
> --
> 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 mojolicious+unsubscr...@googlegroups.com.
> To post to this group, send email to mojolicious@googlegroups.com.
> Visit this group at https://groups.google.com/group/mojolicious.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 mojolicious+unsubscr...@googlegroups.com.
To post to this group, send email to mojolicious@googlegroups.com.
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.


[Mojolicious] bypass authentication of static objects

2019-04-16 Thread Rajesh Mallah
Hi ,

I am using Mojolicious::Plugin::Authentication
is it possible to bypass the involvement of authentication
for objects under "public" ?


regd
mallah.

-- 
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 mojolicious+unsubscr...@googlegroups.com.
To post to this group, send email to mojolicious@googlegroups.com.
Visit this group at https://groups.google.com/group/mojolicious.
For more options, visit https://groups.google.com/d/optout.