The only hook
<https://metacpan.org/release/Mojolicious-Plugin-Authentication/source/lib/Mojolicious/Plugin/Authentication.pm#L73>
I see -- a before_dispatch -- can be disabled by not autoloading the user
data
<https://metacpan.org/pod/Mojolicious::Plugin::Authentication#USER-LOADING>.
before_dispatch
<https://mojolicious.org/perldoc/Mojolicious#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 <mallah.raj...@gmail.com>
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.

Reply via email to