Skip to content

Commit

Permalink
Mention TUTORIAL.md in synopsis and README
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Jul 26, 2021
1 parent 343ae20 commit 9bc0901
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ VERSION
version 0.39

SYNOPSIS
See TUTORIAL.md for implementation documentation and
t/12-full-client.t for a pseudo implementation following the tutorial

# generate a redirect off to the IdP:

my $idp = Net::SAML2::IdP->new($IDP);
Expand Down
3 changes: 3 additions & 0 deletions lib/Net/SAML2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ Net::SAML2 - SAML bindings and protocol implementation
=head1 SYNOPSIS
See TUTORIAL.md for implementation documentation and
t/12-full-client.t for a pseudo implementation following the tutorial
# generate a redirect off to the IdP:
my $idp = Net::SAML2::IdP->new($IDP);
Expand Down

0 comments on commit 9bc0901

Please sign in to comment.