NAME

Mojolicious::Plugin::Fondation::Auth::Provider

VERSION

version 0.02

SYNOPSIS

package Mojolicious::Plugin::Fondation::Auth::Provider::File;
use Mojo::Base 'Mojolicious::Plugin::Fondation::Auth::Provider', -signatures;

# Then implement validate_user() and load_user()

NAME

Mojolicious::Plugin::Fondation::Auth::Provider - Base class for authentication providers

AUTHOR

Daniel Brosseau <dab@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Daniel Brosseau.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.