Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
b1cea0857a | ||
![]() |
9d62ccdb86 | ||
![]() |
0efb3a5dfa | ||
![]() |
9cc377d653 |
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,3 +1,3 @@
|
|||||||
*.swp
|
*.swp
|
||||||
composer.lock
|
|
||||||
composer.phar
|
composer.phar
|
||||||
|
composer.lock
|
||||||
|
@@ -4,9 +4,6 @@
|
|||||||
"description": "OAuth 1 PHP Library",
|
"description": "OAuth 1 PHP Library",
|
||||||
"keywords": ["oauth"],
|
"keywords": ["oauth"],
|
||||||
"homepage": "https://github.com/EHER/OAuth",
|
"homepage": "https://github.com/EHER/OAuth",
|
||||||
"psr-0": {
|
|
||||||
"OAuth": "src/"
|
|
||||||
},
|
|
||||||
"authors":[
|
"authors":[
|
||||||
{
|
{
|
||||||
"name": "Andy Smith",
|
"name": "Andy Smith",
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Eher\OAuth\SignatureMethod;
|
namespace Eher\OAuth;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The HMAC-SHA1 signature method uses the HMAC-SHA1 signature algorithm as defined in [RFC2104]
|
* The HMAC-SHA1 signature method uses the HMAC-SHA1 signature algorithm as defined in [RFC2104]
|
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Eher\OAuth\SignatureMethod;
|
namespace Eher\OAuth;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The PLAINTEXT method does not provide any security protection and SHOULD only be used
|
* The PLAINTEXT method does not provide any security protection and SHOULD only be used
|
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
namespace Eher\OAuth\SignatureMethod;
|
namespace Eher\OAuth;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A class for implementing a Signature Method
|
* A class for implementing a Signature Method
|
Reference in New Issue
Block a user