Mojolicious basic login with
问题 iam looking for authentification in Mojolicious. I have 2 pages momcorp1 and momcorp2, But i cant pas between over pages, someone know how do this. Iam reaading about "under", but i dont undertah how do this. The other form do this is use -Mojolicious::Plugin::Authentication - but is more dificult. This is the code, when 1 click link to momcorp 2, show error. #!/usr/bin/env perl use Mojolicious::Lite; helper auth => sub { my $self = shift; return 1 if $self->param('username') eq 'user1' and