fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
19 lines
721 B
Text
19 lines
721 B
Text
Net::OAuth provides a low-level API for reading and writing OAuth messages.
|
|
|
|
OAuth is an open protocol to allow secure API authentication in a simple and
|
|
standard method from desktop and web applications. In practical terms, OAuth is
|
|
a mechanism for a Consumer to request protected resources from a Service
|
|
Provider on behalf of a user.
|
|
|
|
Net::OAuth provides:
|
|
- classes that encapsulate OAuth messages (requests and responses).
|
|
- message signing
|
|
- message serialization and parsing.
|
|
- 2-legged requests (aka. tokenless requests, aka. consumer requests), see
|
|
"CONSUMER REQUESTS"
|
|
|
|
Net::OAuth does not provide:
|
|
- Consumer or Service Provider encapsulation
|
|
- token/nonce/key storage/management
|
|
|
|
See also: https://oauth.net/
|