We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a677754 commit 1a4582dCopy full SHA for 1a4582d
lib/Dancer2/Plugin/Auth/Extensible/Role/Provider.pm
@@ -130,6 +130,10 @@ provider.
130
131
=over
132
133
+=item * create_user
134
+
135
+=item * get_user_by_code
136
137
=item * set_user_details
138
139
=item * set_user_password
lib/Dancer2/Plugin/Auth/Extensible/Test.pm
@@ -38,7 +38,8 @@ Current valid test names:
38
=item * base
39
40
This test is always run whether or not it is supplied in C<@test_names>. This
41
-tests all methods/functions that all providers must provide.
+tests all methods/functions that all providers must provide. See
42
+L<Dancer2::Plugin::Auth::Extensible::Role::Provider/required methods>.
43
44
=item * create_user
45
0 commit comments