Skip to content

Commit 1a4582d

Browse files
committed
Add missing optional methods to Role::Provider pod
1 parent a677754 commit 1a4582d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

lib/Dancer2/Plugin/Auth/Extensible/Role/Provider.pm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ provider.
130130
131131
=over
132132
133+
=item * create_user
134+
135+
=item * get_user_by_code
136+
133137
=item * set_user_details
134138
135139
=item * set_user_password

lib/Dancer2/Plugin/Auth/Extensible/Test.pm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ Current valid test names:
3838
=item * base
3939
4040
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.
41+
tests all methods/functions that all providers must provide. See
42+
L<Dancer2::Plugin::Auth::Extensible::Role::Provider/required methods>.
4243
4344
=item * create_user
4445

0 commit comments

Comments
 (0)