Description
Perl applications can create and verify OAuth requests for delegated access to web services. This is useful when software needs to act on behalf of a user without storing the user's password directly.
It is an authentication library. OAuth tokens grant account access, so applications must store secrets safely, validate signatures, and limit requested permissions.